diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-03-01 04:01:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-03-01 04:01:57 +0000 |
| commit | 7408d8ff343a0912c2c2850d08a4b740c23af690 (patch) | |
| tree | bf3896eb14592426b4cf64f5e8f5fc16139a0213 /gnu/usr.bin/binutils/libbfd/Makefile | |
| parent | 8a8d99276fbe426bfd91cf4527394b482fe4404f (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile index 1fb17cd63ee7..0e77b6961a13 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile +++ b/gnu/usr.bin/binutils/libbfd/Makefile @@ -1,10 +1,10 @@ # -# $Id: Makefile,v 1.5 1998/06/04 06:50:57 bde Exp $ +# $Id: Makefile,v 1.6 1998/09/06 23:01:53 jdp Exp $ # .include "../Makefile.inc0" -.PATH: ${SRCDIR}/bfd +.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes LIB= bfd SRCS+= archive.c archures.c bfd.c binary.c cache.c \ |
