From 70f9a988c8f8105f7e412c270d018a028d464432 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 10 Nov 2007 18:03:02 +0000 Subject: [PATCH] Define CPP in distrib/Makefile-bin-vars.in; fixes #1855 Patch from Christian Maeder --- distrib/Makefile-bin-vars.in | 1 + 1 file changed, 1 insertion(+) diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in index 1b5b8fa..511f237 100644 --- a/distrib/Makefile-bin-vars.in +++ b/distrib/Makefile-bin-vars.in @@ -41,6 +41,7 @@ exeext = @exeext@ SED = @SedCmd@ DEFAULT_TMPDIR = /tmp RANLIB = @RANLIB@ +CPP = @CPP@ RAWCPP_FLAGS = -undef -traditional -- 1.7.10.4