diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-05-04 16:31:41 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-05-04 16:31:41 +0000 |
| commit | e6abc0de8112f99bcd29958b89c8c4a6fe8a5df6 (patch) | |
| tree | 9cbe594328b439e2aa9a5ab1eda7c2bbd74416ad /gnu/usr.bin/binutils | |
| parent | badaccf0f269a2b990c5534f316e478de8bb736d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
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} |
