X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=dd96bff2dda18dd2adde0e8a68ca1aef77d5811c;hb=16dc208aaad7aadaea970e47b8055d7d7f8781e5;hp=3e140873134e591f1896066b24afa70402227c7a;hpb=ad94d40948668032189ad22a0ad741ac1f645f50;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 3e14087..dd96bff 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -165,9 +165,7 @@ odir=stage$(stage) SRC_HC_OPTS += $(patsubst %, -i$(odir)/%, $(ALL_DIRS)) -ifneq "$(stage)" "1" SRC_HC_OPTS += -Wall -fno-warn-name-shadowing -endif HS_OBJS = $(patsubst %, $(odir)/%, $(addsuffix .$(way_)o,$(basename $(HS_SRCS)))) C_OBJS = $(patsubst %, $(odir)/%, $(addsuffix .$(way_)o,$(basename $(C_SRCS))))