From c4a80e88394eab7282bbab3277788e3be824846d Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 19 Jun 2003 11:27:42 +0000 Subject: [PATCH] [project @ 2003-06-19 11:27:42 by simonmar] Remove slightly bogus -traditional flag from SRC_CPP_OPTS here. --- ghc/compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index f10950a..a8afae0 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -439,7 +439,7 @@ PRIMOP_BITS=primop-data-decl.hs-incl \ CLEAN_FILES += prelude/primops.txt CLEAN_FILES += $(PRIMOP_BITS) -SRC_CPP_OPTS += -I$(GHC_INCLUDE_DIR) -traditional +SRC_CPP_OPTS += -I$(GHC_INCLUDE_DIR) SRC_CPP_OPTS += ${GhcCppOpts} ifneq "$(BootingFromHc)" "YES" -- 1.7.10.4