From: simonmar Date: Wed, 13 Nov 2002 17:02:06 +0000 (+0000) Subject: [project @ 2002-11-13 17:02:06 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1452 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=26961bb3e3290dac46c8b4c6f517adc7b983dd27;p=ghc-hetmet.git [project @ 2002-11-13 17:02:06 by simonmar] Add -f to ln -s command --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 550125a..caf3753 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -313,7 +313,7 @@ SRC_HC_OPTS += -package concurrent -package util endif endif -SRC_CC_OPTS += -Iparser -I. -I$(TOP)/includes -O +SRC_CC_OPTS += -Iparser -I. -O SRC_HC_OPTS += -recomp $(GhcHcOpts) SRC_HC_OPTS += -H16M @@ -464,7 +464,7 @@ $(odir)/ghc-inplace : $(HS_PROG) chmod 755 $@ ghc-inplace : stage1/ghc-inplace - $(LN_S) $< $@ + $(LN_S) -f $< $@ CLEAN_FILES += $(odir)/ghc-inplace ghc-inplace