Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/ld.new One more .mk bug.



details:   https://anonhg.NetBSD.org/src/rev/b3b6e1750936
branches:  trunk
changeset: 481177:b3b6e1750936
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Mon Jan 24 07:27:15 2000 +0000

description:
One more .mk bug.

diffstat:

 gnu/usr.bin/ld.new/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ce8d8d4d8abc -r b3b6e1750936 gnu/usr.bin/ld.new/Makefile
--- a/gnu/usr.bin/ld.new/Makefile       Mon Jan 24 07:25:01 2000 +0000
+++ b/gnu/usr.bin/ld.new/Makefile       Mon Jan 24 07:27:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 1999/12/26 19:59:23 msaitoh Exp $
+#      $NetBSD: Makefile,v 1.17 2000/01/24 07:27:15 mycroft Exp $
 
 # for OBJECT_FMT, UNPRIVILEGED
 .include <bsd.own.mk>
@@ -104,7 +104,7 @@
 # The ldscripts need to be generated even if we don't build ld.
 .for _EMUL_ in ${ALL_EMULS}
 CLEANFILES+=           e${_EMUL_}.c
-all: e${_EMUL_}.c
+realall: e${_EMUL_}.c
 e${_EMUL_}.c: ${DIST}/ld/genscripts.sh ${DIST}/ld/emulparams/${_EMUL_}.sh
        sh ${DIST}/ld/genscripts.sh ${DIST}/ld ${LIBDIR} \
                ${MACHINE_GNU_ARCH}-netbsd ${MACHINE_GNU_ARCH}-netbsd \



Home | Main Index | Thread Index | Old Index