diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-04 06:38:17 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-04 06:38:17 +0000 |
| commit | 365f9d17e47cb5ae5e8ad7f6da12439c2e38c82c (patch) | |
| tree | 5325d7c62dfd990b7e7c720a0c948618c379f19c /gnu/usr.bin | |
| parent | 437e1c447446ae50c2946d6b9c5574de11b16e9e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile.alpha | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile.i386 | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.alpha b/gnu/usr.bin/binutils/ld/Makefile.alpha index 5c127a070b74..c33129d2ab5e 100644 --- a/gnu/usr.bin/binutils/ld/Makefile.alpha +++ b/gnu/usr.bin/binutils/ld/Makefile.alpha @@ -1,5 +1,5 @@ # -# $Id: Makefile.alpha,v 1.1 1998/03/12 02:55:20 jdp Exp $ +# $Id: Makefile.alpha,v 1.2 1998/05/04 21:29:54 jb Exp $ # .if ${MACHINE_ARCH} == "alpha" @@ -14,8 +14,6 @@ LDSCRIPTS+= elf64alpha.x elf64alpha.xbn elf64alpha.xn elf64alpha.xr \ SRCS+= eelf64alpha.c ealpha.c CLEANFILES+= eelf64alpha.c ealpha.c -beforedepend: eelf64alpha.c ealpha.c - eelf64alpha.c: emulparams/elf64alpha.sh emultempl/elf32.em \ scripttempl/elf.sc genscripts.sh emultempl/stringify.sed sh ${SRCDIR}/ld/genscripts.sh ${SRCDIR}/ld ${DESTDIR}/usr/lib \ diff --git a/gnu/usr.bin/binutils/ld/Makefile.i386 b/gnu/usr.bin/binutils/ld/Makefile.i386 index cca7a797f938..52de54d4bb98 100644 --- a/gnu/usr.bin/binutils/ld/Makefile.i386 +++ b/gnu/usr.bin/binutils/ld/Makefile.i386 @@ -1,5 +1,5 @@ # -# $Id: Makefile.i386,v 1.2 1998/03/30 02:21:20 jdp Exp $ +# $Id: Makefile.i386,v 1.3 1998/05/04 21:29:54 jb Exp $ # .if ${MACHINE_ARCH} == "i386" @@ -13,8 +13,6 @@ LDSCRIPTS+= elf_i386.x elf_i386.xbn elf_i386.xn elf_i386.xr \ SRCS+= eelf_i386.c CLEANFILES+= eelf_i386.c -beforedepend: eelf_i386.c - eelf_i386.c: emulparams/elf_i386.sh emultempl/elf32.em \ scripttempl/elf.sc genscripts.sh emultempl/stringify.sed env LIB_PATH="/usr/lib" \ |
