From: simonmar Date: Fri, 18 May 2001 09:18:05 +0000 (+0000) Subject: [project @ 2001-05-18 09:18:05 by simonmar] X-Git-Tag: Approximately_9120_patches~1937 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9213df4a0c5a8f121832d36d6d3afbf1c80f1a0a [project @ 2001-05-18 09:18:05 by simonmar] Remove more ugen droppings. --- diff --git a/ghc/mk/boilerplate.mk b/ghc/mk/boilerplate.mk index b8cc529..70f40c5 100644 --- a/ghc/mk/boilerplate.mk +++ b/ghc/mk/boilerplate.mk @@ -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 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 -