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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84465

View File

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