[project @ 1996-11-21 16:45:53 by simonm]
[ghc-hetmet.git] / ghc / mkworld / suffixes-ghc.jm
diff --git a/ghc/mkworld/suffixes-ghc.jm b/ghc/mkworld/suffixes-ghc.jm
deleted file mode 100644 (file)
index 4d6f419..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#if 0
-%************************************************************************
-%*                                                                     *
-\section[mkworld-suffix-ghc]{Suffix rules for @ghc@ project}
-%*                                                                     *
-%************************************************************************
-
-The \tr{ghc} project tends to ask for specific suffix rules on
-a per-directory basis.
-
-\begin{code}
-#endif /* 0 */
-#ifndef SuffixRules_WantStdOnes
-#define SuffixRules_WantStdOnes NO
-#endif
-
-#ifndef UnlitSuffixRule
-#define UnlitSuffixRule(beforesuff,aftersuff)          @@\
-CAT2(beforesuff,aftersuff):                            @@\
-       $(RM) $@                                        @@\
-       $(GHC_UNLIT) $<  $@ || ( $(RM) $@ && exit 1 )   @@\
-       @chmod 444 $@
-#endif /* UnlitSuffixRule */
-
-#if 0
-\end{code}
-#endif /* 0 */