From e6abc0de8112f99bcd29958b89c8c4a6fe8a5df6 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 4 May 1998 16:31:41 +0000 Subject: Fixed races in `make -jN' using new yacc rules. This also fixes plain `make' (without a previous `make depend'). --- gnu/usr.bin/binutils/ld/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'gnu/usr.bin/binutils') diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 284a42343c44..011545f86c6a 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/03/08 08:08:39 peter Exp $ +# $Id: Makefile,v 1.1 1998/03/12 02:55:20 jdp Exp $ # .include "../Makefile.inc0" @@ -9,7 +9,7 @@ PROG= ld SCRIPTDIR= /usr/libdata/ldscripts SRCS+= ldcref.c ldctor.c ldemul.c ldexp.c ldfile.c \ - ldgram.c ldlang.c ldlex.l ldmain.c ldmisc.c \ + ldgram.y ldlang.c ldlex.l ldmain.c ldmisc.c \ ldver.c ldwrite.c lexsup.c mri.c CFLAGS+= -DDEFAULT_EMULATION=\"${EMULATION}\" CFLAGS+= -DSCRIPTDIR=\"${DESTDIR}/usr/libdata\" @@ -17,14 +17,8 @@ CFLAGS+= -DTARGET=\"${TARGET}\" CFLAGS+= -I${SRCDIR}/ld LDADD+= -L${RELTOP}/libbfd -lbfd LDADD+= -L${RELTOP}/libiberty -liberty -CLEANFILES+= ldgram.c ldgram.h ldlex.c CLEANDIRS+= ldscripts -beforedepend: ldgram.c ldgram.h ldlex.c - -ldgram.c ldgram.h: ldgram.y - ${YACC} ${YFLAGS} -o ${.TARGET:S/.h$/.c/} ${.ALLSRC} - afterinstall: ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ ${LDSCRIPTS:S|^|ldscripts/|} ${DESTDIR}${SCRIPTDIR} -- cgit v1.3