From 18fbcc6f39c27881e9ddd2de7ff9e6475dcb54a8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 24 Jun 2003 10:03:39 +0000 Subject: [PATCH] [project @ 2003-06-24 10:03:39 by simonmar] Back out previous revision, the -traditional flag is now added in the suffix rule for .pp files (see $FPTOOLS_TOP/mk/suffix.mk). --- ghc/compiler/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 23ed044..a8afae0 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -441,8 +441,6 @@ CLEAN_FILES += $(PRIMOP_BITS) SRC_CPP_OPTS += -I$(GHC_INCLUDE_DIR) SRC_CPP_OPTS += ${GhcCppOpts} -# to avoid complaints about unterminated char constants when processing .pp files. -SRC_CPP_OPTS += -traditional ifneq "$(BootingFromHc)" "YES" prelude/PrimOp.lhs $(odir)/prelude/PrimOp.o: $(PRIMOP_BITS) -- 1.7.10.4