diff options
author | Ian Lynagh <igloo@earth.li> | 2007-11-10 18:03:02 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-11-10 18:03:02 +0000 |
commit | 70f9a988c8f8105f7e412c270d018a028d464432 (patch) | |
tree | fa13a5acfe1b88e0b6ade519c42dad7c6043f691 /distrib | |
parent | 79af64593a0dde840f08bb58844e80f9f528b530 (diff) | |
download | haskell-70f9a988c8f8105f7e412c270d018a028d464432.tar.gz |
Define CPP in distrib/Makefile-bin-vars.in; fixes #18552007-11-11
Patch from Christian Maeder
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile-bin-vars.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in index 1b5b8fa71f..511f237b24 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 |