[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / mkworld / suffixes-ghc.ljm
diff --git a/ghc/mkworld/suffixes-ghc.ljm b/ghc/mkworld/suffixes-ghc.ljm
new file mode 100644 (file)
index 0000000..968270a
--- /dev/null
@@ -0,0 +1,14 @@
+%************************************************************************
+%*                                                                     *
+\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}
+#ifndef SuffixRules_WantStdOnes
+#define SuffixRules_WantStdOnes NO
+#endif
+\end{code}