svn commit: r214166 -
projects/binutils-2.17/gnu/usr.bin/binutils/libiberty
Dimitry Andric
dim at FreeBSD.org
Thu Oct 21 20:01:22 UTC 2010
Author: dim
Date: Thu Oct 21 20:01:21 2010
New Revision: 214166
URL: http://svn.freebsd.org/changeset/base/214166
Log:
Use one file per line in SRCS= definition, to make insertions and
deletions easier.
Modified:
projects/binutils-2.17/gnu/usr.bin/binutils/libiberty/Makefile
Modified: projects/binutils-2.17/gnu/usr.bin/binutils/libiberty/Makefile
==============================================================================
--- projects/binutils-2.17/gnu/usr.bin/binutils/libiberty/Makefile Thu Oct 21 19:58:20 2010 (r214165)
+++ projects/binutils-2.17/gnu/usr.bin/binutils/libiberty/Makefile Thu Oct 21 20:01:21 2010 (r214166)
@@ -5,11 +5,30 @@
.PATH: ${SRCDIR}/libiberty
LIB= iberty
-SRCS= argv.c concat.c choose-temp.c cp-demangle.c cp-demint.c \
- cplus-dem.c dyn-string.c getpwd.c getruntime.c floatformat.c \
- hashtab.c hex.c lbasename.c lrealpath.c make-relative-prefix.c \
- make-temp-file.c objalloc.c obstack.c safe-ctype.c xatexit.c \
- xexit.c xmalloc.c xstrdup.c xstrerror.c
+SRCS= argv.c \
+ concat.c \
+ choose-temp.c \
+ cp-demangle.c \
+ cp-demint.c \
+ cplus-dem.c \
+ dyn-string.c \
+ getpwd.c \
+ getruntime.c \
+ floatformat.c \
+ hashtab.c \
+ hex.c \
+ lbasename.c \
+ lrealpath.c \
+ make-relative-prefix.c \
+ make-temp-file.c \
+ objalloc.c \
+ obstack.c \
+ safe-ctype.c \
+ xatexit.c \
+ xexit.c \
+ xmalloc.c \
+ xstrdup.c \
+ xstrerror.c
# The following files are needed by gdb(1)
SRCS+= splay-tree.c
More information about the svn-src-projects
mailing list