[project @ 2002-05-15 18:20:28 by sof]
authorsof <unknown>
Wed, 15 May 2002 18:20:28 +0000 (18:20 +0000)
committersof <unknown>
Wed, 15 May 2002 18:20:28 +0000 (18:20 +0000)
add Main.hi to CLEAN_FILES to cope with the fact that HaskTags.hs is rooming the Main module

ghc/utils/hasktags/Makefile

index ad77f41..59a03d8 100644 (file)
@@ -7,6 +7,8 @@ CURRENT_DIR=ghc/utils/hasktags
 
 HS_PROG = hasktags
 
+CLEAN_FILES += Main.hi
+
 INSTALL_PROGS += $(HS_PROG)
 
 include $(TOP)/mk/target.mk