X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fmk%2Fsuffix.mk;fp=ghc%2Fmk%2Fsuffix.mk;h=0000000000000000000000000000000000000000;hb=9213df4a0c5a8f121832d36d6d3afbf1c80f1a0a;hp=7c95850c04452768b3420bee842477db5ab36e13;hpb=e63a226a21e24adee89174ea2403be3a3e1dcb89;p=ghc-hetmet.git diff --git a/ghc/mk/suffix.mk b/ghc/mk/suffix.mk deleted file mode 100644 index 7c95850..0000000 --- a/ghc/mk/suffix.mk +++ /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 -