Don't need to explicitly make perl's config.sh, the beforedepend target
authormillert <millert@openbsd.org>
Fri, 21 Apr 2000 00:10:40 +0000 (00:10 +0000)
committermillert <millert@openbsd.org>
Fri, 21 Apr 2000 00:10:40 +0000 (00:10 +0000)
will do that.

Makefile

index d7fbc4e..abda60e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)