summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-04 06:38:17 +0000
committerbde <bde@FreeBSD.org>1998-06-04 06:38:17 +0000
commit65791359e874dca192d08d40eec1d2b51a757e9d (patch)
tree975f6fbc91e2f887bb7516f62a6bf668aaa4a600 /gnu
parenta1010ccfd6607c6124627cf1175ef3097366824e (diff)
downloadFreeBSD-src-65791359e874dca192d08d40eec1d2b51a757e9d.zip
FreeBSD-src-65791359e874dca192d08d40eec1d2b51a757e9d.tar.gz
Removed superfluous beforedepends. Their files were already in SRCS.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.alpha4
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.i3864
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 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" \
OpenPOWER on IntegriCloud