Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/binutils/common Add explicit dependency on arpar...



details:   https://anonhg.NetBSD.org/src/rev/f4030f711ab2
branches:  trunk
changeset: 477080:f4030f711ab2
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Oct 10 13:02:32 1999 +0000

description:
Add explicit dependency on arparse.h, so it can appear timely.

diffstat:

 gnu/usr.bin/binutils/common/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 67605b894b1b -r f4030f711ab2 gnu/usr.bin/binutils/common/Makefile
--- a/gnu/usr.bin/binutils/common/Makefile      Sun Oct 10 12:32:16 1999 +0000
+++ b/gnu/usr.bin/binutils/common/Makefile      Sun Oct 10 13:02:32 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1999/02/13 02:54:24 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 1999/10/10 13:02:32 pk Exp $
 
 LIB=           common
 
@@ -14,4 +14,7 @@
 # only needed during build
 libinstall::
 
+# mention explicit dependency, so arparse.h will appear timely
+arlex.c: arparse.h
+
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index