From: simonmar Date: Wed, 11 Feb 2004 14:01:06 +0000 (+0000) Subject: [project @ 2004-02-11 14:01:06 by simonmar] X-Git-Tag: nhc98-1-18-release~391 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8caea048f82502e4494fc1c05cf56b19eaab2edd;p=haskell-directory.git [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. --- 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