[project @ 2003-02-19 16:38:35 by sof]
authorsof <unknown>
Wed, 19 Feb 2003 16:38:35 +0000 (16:38 +0000)
committersof <unknown>
Wed, 19 Feb 2003 16:38:35 +0000 (16:38 +0000)
odir-ify prelude/PrimOp.o dependency

ghc/compiler/Makefile

index f5bc1db..29f6eff 100644 (file)
@@ -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"