Unbreak standalone `make depend' in gnu/usr.bin/perl.

Noticed by:	bde
This commit is contained in:
Ruslan Ermilov 2001-10-04 11:45:38 +00:00
parent 2037ef8f1e
commit 3d8712c3a1

View File

@ -13,7 +13,10 @@ LDADD= -lm -lcrypt
# Miniperl _must_ be static!! # Miniperl _must_ be static!!
NOSHARED= yes NOSHARED= yes
build-tools: depend ${PROG} # We need miniperl early in `depend'.
afterdepend: all
build-tools: depend all
install: install: