From 19fba1fafabefab8f6382c54809c45daceda9030 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 May 2004 12:01:31 +0000 Subject: r725: fix usage of $PERL to "$PERL" to handle perl -W correct metze (This used to be commit b1161c4c832dd0a2975eee0908d9d5cd6171f608) --- source4/build/smb_build/makefile.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build/makefile.pl') diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index 39f7ec8572..97ae7eb211 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -121,7 +121,7 @@ sub _prepare_IDL($) $output = " idl_full: build/pidl/idl.pm - CPP=\"\@CPP\@\" script/build_idl.sh FULL + CPP=\"\@CPP\@\" PERL=\"\$(PERL)\" script/build_idl.sh FULL idl: build/pidl/idl.pm \@CPP=\"\@CPP\@\" script/build_idl.sh @@ -583,7 +583,7 @@ delheaders: pch_clean -rm -f \$(builddir)/include/proto.h \$(builddir)/include/build_env.h: include/proto.h: - \@cd \$(srcdir) && \$(SHELL) script/mkproto.sh \$(PERL) \\ + \@cd \$(srcdir) && \$(SHELL) script/mkproto.sh \"\$(PERL)\" \\ -h _PROTO_H_ \$(builddir)/include/proto.h \\ \$(PROTO_OBJS) -- cgit