[project @ 2001-05-18 09:18:05 by simonmar]
authorsimonmar <unknown>
Fri, 18 May 2001 09:18:05 +0000 (09:18 +0000)
committersimonmar <unknown>
Fri, 18 May 2001 09:18:05 +0000 (09:18 +0000)
Remove more ugen droppings.

ghc/mk/boilerplate.mk
ghc/mk/suffix.mk [deleted file]

index b8cc529..70f40c5 100644 (file)
@@ -29,7 +29,7 @@ TOP:=$(GHC_TOP)
 -include $(TOP)/mk/paths.mk
 -include $(TOP)/mk/opts.mk
 -include $(TOP)/mk/version.mk
-include $(TOP)/mk/suffix.mk
+-include $(TOP)/mk/suffix.mk
 
 # -----------------------------------------------------------------
 # Override $(libdir) and $(datadir), so GHC stuff gets installed 
diff --git a/ghc/mk/suffix.mk b/ghc/mk/suffix.mk
deleted file mode 100644 (file)
index 7c95850..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#################################################################################
-#
-#       $Id: suffix.mk,v 1.5 1998/12/03 15:24:08 simonm Exp $
-#
-#              GHC-specific suffix rules
-#
-#################################################################################
-
-#-----------------------------------------------------------------------------
-# Ugen suffix rules. 
-#
-# Hack, the implicit rule assumes the ugen files
-# resides in a directory parser/
-#
-
-parser/U_%.hs : parser/%.c
-       @:
-
-parser/%.h parser/%.c : parser/%.ugn
-       @$(RM) $@ parser/$*.c parser/$*.hs parser/U_$*.hs parser/$*.h
-       $(UGEN) $< || $(RM) parser/$*.h parser/$*.c parser/$*.hs
-       @$(MV) -f parser/$*.hs parser/U_$*.hs
-       @chmod 444 parser/$*.h parser/$*.c parser/U_$*.hs
-