From 34f9bf6909906fd38708a02be6a1882168b8f631 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 29 Apr 1999 22:56:06 +0000 Subject: New configuration method, use a combination of hints and config.over. Also add in OpenBSD-specific patches --- gnu/usr.bin/perl/Makefile.bsd-wrapper | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/usr.bin/perl/Makefile.bsd-wrapper') diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 7f06f0e3c5c..4e13aa4ae91 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.23 1998/10/19 17:09:39 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.24 1999/04/29 22:56:00 millert Exp $ # -# Build wrapper for Perl 5.003. +# Build wrapper for Perl 5.005_03. # # Our lndir is hacked; specify a full path to avoid potential conflicts @@ -105,9 +105,9 @@ CLEANFILES= config.sh ${MAN} ${MANALL} all: ${GENERATED} (cd ${.OBJDIR}; ${MAKE}) -config.sh: config.sh.OpenBSD +config.sh: (cd ${.OBJDIR}; /usr/bin/env PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ - /bin/sh Configure -f config.sh.OpenBSD -dsE) + /bin/sh Configure -Dopenbsd_distribution=defined -dsE) Makefile: (cd ${.OBJDIR}; /bin/sh Makefile.SH) -- cgit v1.2.3