From: sof Date: Tue, 24 Jul 2001 18:04:01 +0000 (+0000) Subject: [project @ 2001-07-24 18:04:01 by sof] X-Git-Tag: Approximately_9120_patches~1420 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=394de04a64b0f4be63ef1495a7009faf2ef3b6b4;p=ghc-hetmet.git [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) --- 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 + +