Hi!
does it any harm to include the appended patch?
Otherwise, StgRun.p_o and callfun.p_o won't get cleaned out...
I did a successful build with this patch, so it doesn't seem to break
things...
Cheers,
Michael
--- ghc/rts/Makefile.orig Tue Jun 29 08:40:32 1999
+++ ghc/rts/Makefile Tue Jun 29 08:40:50 1999
@@ -64,7 +64,7 @@
SRC_HC_OPTS += -I$$PVM_ROOT/include
endif
-C_SRCS = $(SRCS_RTS_C) $(SRCS_RTS_HC) # $(SRCS_RTS_S)???
+C_SRCS = $(SRCS_RTS_C) $(SRCS_RTS_HC) $(SRCS_RTS_S)
SRC_MKDEPENDC_OPTS += -I. -I../includes