diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-31 07:50:30 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-31 07:50:30 +0000 |
| commit | 8da473940c0a3349b570cf50278c62d04e3f5ec4 (patch) | |
| tree | c78f25e48437154705c6600ed445e939d48aa99b /gnu | |
| parent | 5b32a38a1a5b7ac25ae2797bacaf25cd7b9861b8 (diff) | |
Notes
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 dd1a99f147e8..0042e655f310 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 |
