From 394de04a64b0f4be63ef1495a7009faf2ef3b6b4 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 24 Jul 2001 18:04:01 +0000 Subject: [PATCH] [project @ 2001-07-24 18:04:01 by sof] Capture the dependency of PrelIO.hsc on PrelHandle_hsc.h (as was, 'make clean; make all' broke) --- ghc/lib/std/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 1062861..86489ed 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -217,3 +217,7 @@ endif # ILXized include $(TOP)/mk/target.mk +# PrelIO.hsc includes PrelHandle_hsc.h +PrelIO.hsc : PrelHandle_hsc.h + + -- 1.7.10.4