summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-04 11:45:38 +0000
committerru <ru@FreeBSD.org>2001-10-04 11:45:38 +0000
commit6c45f70bf25d9a02d94f3962a175b651d055679f (patch)
treefc9c10894170b14e68118c8954e619da6bf917e5 /gnu
parent825c3e09f68a7a840cf1a02c9403c75181472092 (diff)
downloadFreeBSD-src-6c45f70bf25d9a02d94f3962a175b651d055679f.zip
FreeBSD-src-6c45f70bf25d9a02d94f3962a175b651d055679f.tar.gz
Unbreak standalone `make depend' in gnu/usr.bin/perl.
Noticed by: bde
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/miniperl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/miniperl/Makefile b/gnu/usr.bin/perl/miniperl/Makefile
index 9856964..668568f 100644
--- a/gnu/usr.bin/perl/miniperl/Makefile
+++ b/gnu/usr.bin/perl/miniperl/Makefile
@@ -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:
OpenPOWER on IntegriCloud