diff options
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile index 25532b817e58..ef9adaa2dc31 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile +++ b/gnu/usr.bin/binutils/libbfd/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1998/03/12 05:14:09 jdp Exp $ +# $Id: Makefile,v 1.4 1998/05/04 21:16:46 jb Exp $ # .include "../Makefile.inc0" @@ -10,7 +10,8 @@ LIB= bfd SRCS+= archive.c archures.c bfd.c binary.c cache.c \ coffgen.c corefile.c elf.c format.c hash.c ihex.c \ init.c libbfd.c linker.c opncls.c reloc.c section.c \ - srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c + srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \ + targmatch.h CFLAGS+= -I${SRCDIR}/bfd NOPROFILE= true NOPIC= true @@ -38,10 +39,6 @@ SELVEC+=,&${_v} .endfor CFLAGS+= -DSELECT_VECS="${SELVEC}" -beforedepend: targmatch.h - -targets.o: targmatch.h - targmatch.h: targmatch.sed config.bfd sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET} |
