We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8bb06 commit eb64617Copy full SHA for eb64617
Makefile
@@ -1,6 +1,15 @@
1
-TOP=../..
2
-ENABLE_SHELL_WRAPPERS = YES
3
-BINDIST_EXTRAS += template-hsc.h
+# -----------------------------------------------------------------------------
+#
+# (c) 2009 The University of Glasgow
4
5
+# This file is part of the GHC build system.
6
7
+# To understand how the build system works and how to modify it, see
8
+# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
9
+# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
10
11
12
-include $(TOP)/mk/boilerplate.mk
-include $(TOP)/mk/cabal.mk
13
+dir = utils/hsc2hs
14
+TOP = ../..
15
+include $(TOP)/mk/sub-makefile.mk
0 commit comments