fix haddock submodule pointer
[ghc-hetmet.git] / driver / split / ghc.mk
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 # -----------------------------------------------------------------------------
12
13 driver/split_PERL_SRC  = ghc-split.lprl
14 driver/split_dist_PROG = $(GHC_SPLIT_PGM)
15 driver/split_dist_TOPDIR = YES
16 driver/split_dist_INSTALL_IN = $(DESTDIR)$(topdir)
17
18 $(eval $(call build-perl,driver/split,dist))
19