Unbreak standalone `make depend' in gnu/usr.bin/perl.
Noticed by: bde
This commit is contained in:
parent
2037ef8f1e
commit
3d8712c3a1
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user