aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-04 06:38:17 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-04 06:38:17 +0000
commit365f9d17e47cb5ae5e8ad7f6da12439c2e38c82c (patch)
tree5325d7c62dfd990b7e7c720a0c948618c379f19c /gnu
parent437e1c447446ae50c2946d6b9c5574de11b16e9e (diff)
downloadsrc-365f9d17e47cb5ae5e8ad7f6da12439c2e38c82c.tar.gz
src-365f9d17e47cb5ae5e8ad7f6da12439c2e38c82c.zip
Removed superfluous beforedepends. Their files were already in SRCS.
Notes
Notes: svn path=/head/; revision=36627
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 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" \