diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-31 07:50:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-31 07:50:30 +0000 |
commit | 768b07e4c3cacb8033002339c264a538c134bfa0 (patch) | |
tree | 91fc6d68cc58cda8b69d7d0ff0df7044143f9fd7 /gnu | |
parent | e98b608bfe28fae6a6fbb6fa2626e8c0d37be44f (diff) | |
download | FreeBSD-src-768b07e4c3cacb8033002339c264a538c134bfa0.zip FreeBSD-src-768b07e4c3cacb8033002339c264a538c134bfa0.tar.gz |
Minor style cleanup.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/libiberty/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/usr.bin/binutils/libiberty/Makefile b/gnu/usr.bin/binutils/libiberty/Makefile index dd1a99f..0042e65 100644 --- a/gnu/usr.bin/binutils/libiberty/Makefile +++ b/gnu/usr.bin/binutils/libiberty/Makefile @@ -1,17 +1,15 @@ -# # $FreeBSD$ -# .include "../Makefile.inc0" .PATH: ${SRCDIR}/libiberty -LIB= iberty -SRCS= argv.c basename.c choose-temp.c concat.c cp-demangle.c cplus-dem.c dyn-string.c \ - fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c \ - hex.c floatformat.c objalloc.c obstack.c spaces.c \ - strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \ - xstrdup.c xstrerror.c insque.c +LIB= iberty +SRCS= argv.c basename.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \ + dyn-string.c fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c \ + hex.c floatformat.c objalloc.c obstack.c spaces.c \ + strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \ + xstrdup.c xstrerror.c insque.c CFLAGS+= -DHAVE_CONFIG_H NOPROFILE= true NOPIC= true |