From 65791359e874dca192d08d40eec1d2b51a757e9d Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 4 Jun 1998 06:38:17 +0000 Subject: Removed superfluous beforedepends. Their files were already in SRCS. --- gnu/usr.bin/binutils/ld/Makefile.alpha | 4 +--- gnu/usr.bin/binutils/ld/Makefile.i386 | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/ld/Makefile.alpha b/gnu/usr.bin/binutils/ld/Makefile.alpha index 5c127a0..c33129d 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 cca7a79..52de54d 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" \ -- cgit v1.1