[project @ 2004-02-11 14:01:06 by simonmar]
authorsimonmar <unknown>
Wed, 11 Feb 2004 14:01:06 +0000 (14:01 +0000)
committersimonmar <unknown>
Wed, 11 Feb 2004 14:01:06 +0000 (14:01 +0000)
Put double quotes around the -#include flag, so that command-lines can
be cut-n-pasted.

Makefile

index cd27958..640c9e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ ALL_DIRS = \
 
 PACKAGE = base
 
-SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -\#include HsBase.h
+SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -"\#include" HsBase.h
 SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes
 
 # If there is no system-supplied POSIX regex library, use our own