diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-04 11:45:38 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-04 11:45:38 +0000 |
| commit | 3d8712c3a1cb7a06d1459be6b1c390d6646994cd (patch) | |
| tree | fc9c10894170b14e68118c8954e619da6bf917e5 | |
| parent | 2037ef8f1ebcf97a1f067131f68770f6107eba39 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/perl/miniperl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/miniperl/Makefile b/gnu/usr.bin/perl/miniperl/Makefile index 985696459c1f..668568f64768 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: |
