From: sof Date: Wed, 19 Feb 2003 16:38:35 +0000 (+0000) Subject: [project @ 2003-02-19 16:38:35 by sof] X-Git-Tag: Approx_11550_changesets_converted~1139 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1e7f483404965620d8ac51312c8ad9a5b2a05473;p=ghc-hetmet.git [project @ 2003-02-19 16:38:35 by sof] odir-ify prelude/PrimOp.o dependency --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index f5bc1db..29f6eff 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -436,7 +436,7 @@ SRC_CPP_OPTS += -I$(GHC_INCLUDE_DIR) -traditional SRC_CPP_OPTS += ${GhcCppOpts} ifneq "$(BootingFromHc)" "YES" -prelude/PrimOp.lhs prelude/PrimOp.o: $(PRIMOP_BITS) +prelude/PrimOp.lhs $(odir)/prelude/PrimOp.o: $(PRIMOP_BITS) endif ifneq "$(BootingFromHc)" "YES"