From 96f80934724ea6507682588b2d8bbdc7e40a1803 Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Sat, 4 Mar 2006 02:34:01 +0000 Subject: Fix for perl changes. makebuildenv now works with $(PERL) when executing autogen code from Makefile.extras. Still not working fully though - execute permission lost on all substituted scripts. --- infrastructure/makebuildenv.pl.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'infrastructure/makebuildenv.pl.in') diff --git a/infrastructure/makebuildenv.pl.in b/infrastructure/makebuildenv.pl.in index 29479558..f70321a7 100755 --- a/infrastructure/makebuildenv.pl.in +++ b/infrastructure/makebuildenv.pl.in @@ -58,6 +58,7 @@ while() my $dir = $1; open FL,$file or die "Can't open $_ for reading"; my %vars; + $vars{PERL} = "@PERL@"; my $do_cmds = 0; while() { @@ -497,7 +498,7 @@ __E CXX = g++ AR = ar RANLIB = ranlib -PERL = \@PERL\@ +PERL = "@PERL@" .ifdef RELEASE CXXFLAGS = -DNDEBUG $release_flags -Wall $include_paths $extra_platform_defines -DBOX_VERSION="\\"$product_version\\"" OUTBASE = ../../release -- cgit v1.2.3