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

This commit is contained in:
pk 1999-10-10 13:02:32 +00:00
parent 7115c003bd
commit b18f44cf05

View File

@ -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>