[project @ 2001-05-18 09:18:05 by simonmar]
[ghc-hetmet.git] / ghc / mk / suffix.mk
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
-