r8997: Define CPP for hosts that don't default to 'cpp'
authorJelmer Vernooij <jelmer@samba.org>
Wed, 3 Aug 2005 07:17:14 +0000 (07:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:05 +0000 (13:31 -0500)
(This used to be commit efe0be92496940dd5c98ad2e864ef326ea6bf3ef)

source4/build/smb_build/makefile.pm

index ed69e02e916cfb0b10072b26dd7a2cf52c6afcd4..514bfac0b4d731e5ab8cbbb08a3134e98aea5124 100644 (file)
@@ -89,6 +89,8 @@ XSLTPROC=$config{XSLTPROC}
 LEX=$config{LEX}
 YACC=$config{YACC}
 
+CPP=$config{CPP}
+
 DEFAULT_TEST_TARGET=$config{DEFAULT_TEST_TARGET}
 
 __EOD__