Define CPP in distrib/Makefile-bin-vars.in; fixes #1855 2007-11-11
authorIan Lynagh <igloo@earth.li>
Sat, 10 Nov 2007 18:03:02 +0000 (18:03 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 10 Nov 2007 18:03:02 +0000 (18:03 +0000)
Patch from Christian Maeder

distrib/Makefile-bin-vars.in

index 1b5b8fa..511f237 100644 (file)
@@ -41,6 +41,7 @@ exeext      = @exeext@
 SED            = @SedCmd@
 DEFAULT_TMPDIR = /tmp
 RANLIB      = @RANLIB@
 SED            = @SedCmd@
 DEFAULT_TMPDIR = /tmp
 RANLIB      = @RANLIB@
+CPP         = @CPP@
 
 RAWCPP_FLAGS            = -undef -traditional
 
 
 RAWCPP_FLAGS            = -undef -traditional