summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-03 07:17:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:05 -0500
commitd2e099c37d27b345cc21664b9848a464ed5f6d59 (patch)
tree0ecf5a9a90cc8a7d46cc75403cc2de21e0467364 /source4/build
parentc90cba5a73ab330c5b3adb415a8d028af9b0ae52 (diff)
downloadsamba-d2e099c37d27b345cc21664b9848a464ed5f6d59.tar.gz
samba-d2e099c37d27b345cc21664b9848a464ed5f6d59.tar.bz2
samba-d2e099c37d27b345cc21664b9848a464ed5f6d59.zip
r8997: Define CPP for hosts that don't default to 'cpp'
(This used to be commit efe0be92496940dd5c98ad2e864ef326ea6bf3ef)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index ed69e02e91..514bfac0b4 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -89,6 +89,8 @@ XSLTPROC=$config{XSLTPROC}
LEX=$config{LEX}
YACC=$config{YACC}
+CPP=$config{CPP}
+
DEFAULT_TEST_TARGET=$config{DEFAULT_TEST_TARGET}
__EOD__