diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-18 04:06:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:58 -0500 |
commit | 9582863b7e05581c13d8030a2fc685ca33e614b4 (patch) | |
tree | d4dd711fde6c60d64479661232eb9703f1634b3c /source4/build/smb_build/makefile.pm | |
parent | 190b90e37d6ebf7228bdd5649e2b266f8867ac72 (diff) | |
download | samba-9582863b7e05581c13d8030a2fc685ca33e614b4.tar.gz samba-9582863b7e05581c13d8030a2fc685ca33e614b4.tar.bz2 samba-9582863b7e05581c13d8030a2fc685ca33e614b4.zip |
r4814: cope with perl not being in /usr/bin for idl building
(This used to be commit 1fc9448ccb0c2038c128e13535fce83d32f39058)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index dae347f13f..adb0c290f6 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -130,7 +130,7 @@ idl_full: build/pidl/idl.pm CPP=\"\@CPP\@\" PERL=\"\$(PERL)\" script/build_idl.sh FULL idl: build/pidl/idl.pm - \@CPP=\"\@CPP\@\" script/build_idl.sh PARTIAL + \@CPP=\"\@CPP\@\" PERL=\"\$(PERL)\" script/build_idl.sh PARTIAL eparser_idl: build/pidl/idl.pm CPP=\"\@CPP\@\" PERL=\"\$(PERL)\" EPARSERPREFIX=\"\$(eparserdir)\" script/build_idl.sh EPARSER |