Skip to content

Commit eb64617

Browse files
committed
Update Makefile for the new GHC build system
1 parent 3f8bb06 commit eb64617

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

Makefile

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
TOP=../..
2-
ENABLE_SHELL_WRAPPERS = YES
3-
BINDIST_EXTRAS += template-hsc.h
1+
# -----------------------------------------------------------------------------
2+
#
3+
# (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+
# -----------------------------------------------------------------------------
412

5-
include $(TOP)/mk/boilerplate.mk
6-
include $(TOP)/mk/cabal.mk
13+
dir = utils/hsc2hs
14+
TOP = ../..
15+
include $(TOP)/mk/sub-makefile.mk

0 commit comments

Comments
 (0)