[project @ 2001-07-24 18:04:01 by sof]
authorsof <unknown>
Tue, 24 Jul 2001 18:04:01 +0000 (18:04 +0000)
committersof <unknown>
Tue, 24 Jul 2001 18:04:01 +0000 (18:04 +0000)
Capture the dependency of PrelIO.hsc on PrelHandle_hsc.h (as was, 'make clean; make all' broke)

ghc/lib/std/Makefile

index 1062861..86489ed 100644 (file)
@@ -217,3 +217,7 @@ endif # ILXized
 
 include $(TOP)/mk/target.mk
 
+# PrelIO.hsc includes PrelHandle_hsc.h
+PrelIO.hsc : PrelHandle_hsc.h
+
+