From b18f44cf05eb31e4a8d533b04a1bd1c614e66eb3 Mon Sep 17 00:00:00 2001 From: pk Date: Sun, 10 Oct 1999 13:02:32 +0000 Subject: [PATCH] Add explicit dependency on arparse.h, so it can appear timely. --- gnu/usr.bin/binutils/common/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/binutils/common/Makefile b/gnu/usr.bin/binutils/common/Makefile index bcc7346173be..1388cb9c42ad 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