From 1e7f483404965620d8ac51312c8ad9a5b2a05473 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 19 Feb 2003 16:38:35 +0000 Subject: [PATCH] [project @ 2003-02-19 16:38:35 by sof] odir-ify prelude/PrimOp.o dependency --- ghc/compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4