From 8caea048f82502e4494fc1c05cf56b19eaab2edd Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 11 Feb 2004 14:01:06 +0000 Subject: [PATCH 1/1] [project @ 2004-02-11 14:01:06 by simonmar] Put double quotes around the -#include flag, so that command-lines can be cut-n-pasted. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd27958..640c9e7 100644 --- 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 -- 1.7.10.4