From 6705e0ed6b24ec0bec7517f1386a37db928e5e13 Mon Sep 17 00:00:00 2001 From: ken Date: Sun, 23 Sep 2001 20:46:46 +0000 Subject: [PATCH] [project @ 2001-09-23 20:46:46 by ken] CLEAN_FILES += PrelPrimopWrappers.hs # MERGE TO STABLE --- ghc/lib/std/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 2b044a4..8a7c780 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -34,6 +34,7 @@ endif PACKAGE = std BOOT_SRCS += PrelPrimopWrappers.hs +CLEAN_FILES += PrelPrimopWrappers.hs #----------------------------------------------------------------------------- # Setting the GHC compile options -- 1.7.10.4