summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1999-10-10 13:02:32 +0000
committerpk <pk@NetBSD.org>1999-10-10 13:02:32 +0000
commitb18f44cf05eb31e4a8d533b04a1bd1c614e66eb3 (patch)
tree22a514d7ab04a8cadedb30b2320b8331d30e7062 /gnu/usr.bin
parent7115c003bda1659bfc9bd333c3f19c5f0dd6711c (diff)
Add explicit dependency on arparse.h, so it can appear timely.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/common/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/common/Makefile b/gnu/usr.bin/binutils/common/Makefile
index bcc7346173b..1388cb9c42a 100644
--- a/gnu/usr.bin/binutils/common/Makefile
+++ b/gnu/usr.bin/binutils/common/Makefile
@@ -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 @@ MKLINT= no
# only needed during build
libinstall::
+# mention explicit dependency, so arparse.h will appear timely
+arlex.c: arparse.h
+
.include <bsd.lib.mk>