diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-21 00:10:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-21 00:10:41 +0000 |
commit | ce55f528cac0b956aa688bf588c435355a11fc58 (patch) | |
tree | 86c891bed8027aaeb34ee96150d4b88d34cfd2ab | |
parent | 8a2fd68922011ea1bdd5210fd40f664576dde1e4 (diff) |
Don't need to explicitly make perl's config.sh, the beforedepend target
will do that.
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2000/04/09 07:48:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.56 2000/04/21 00:10:40 millert Exp $ # # For more information on building in tricky environments, please see @@ -88,7 +88,6 @@ build: ${SUDO} ${MAKE} install) .endif (cd ${.CURDIR}/gnu/usr.bin/perl && \ - ${MAKE} -f Makefile.bsd-wrapper config.sh && \ ${MAKE} -f Makefile.bsd-wrapper depend && \ ${MAKE} -f Makefile.bsd-wrapper perl.lib && \ ${SUDO} ${MAKE} -f Makefile.bsd-wrapper install.lib) |