summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-11 09:33:55 +0000
committerjb <jb@FreeBSD.org>1998-05-11 09:33:55 +0000
commit1538b844789e755e4e3ed58e38a8c7ac9739b2f7 (patch)
tree71bbdacde73ac777e7ee260ed05e1dfdc6a94ead /gnu
parentbd175fde7d558ca0380b8eba382dcdc3c88c4a33 (diff)
downloadFreeBSD-src-1538b844789e755e4e3ed58e38a8c7ac9739b2f7.zip
FreeBSD-src-1538b844789e755e4e3ed58e38a8c7ac9739b2f7.tar.gz
The yacc makefile changes don't seem to know when to generate the
header file and when not to, so for the time being make sure the sucker gets generated up front.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile
index de2f404..84adeb6 100644
--- a/gnu/usr.bin/binutils/ld/Makefile
+++ b/gnu/usr.bin/binutils/ld/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.2 1998/05/04 16:31:41 bde Exp $
+# $Id: Makefile,v 1.3 1998/05/04 21:38:46 jb Exp $
#
.include "../Makefile.inc0"
@@ -17,7 +17,7 @@ LDADD+= -L${RELTOP}/libbfd -lbfd
LDADD+= -L${RELTOP}/libiberty -liberty
CLEANDIRS+= ldscripts
-beforedepend: ldemul-list.h
+beforedepend: ldemul-list.h ldgram.h
EMXFR=
EMLST=
OpenPOWER on IntegriCloud