diff options
Diffstat (limited to 'driver/split/Makefile')
-rw-r--r-- | driver/split/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/driver/split/Makefile b/driver/split/Makefile deleted file mode 100644 index 93e9b127eb..0000000000 --- a/driver/split/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# ----------------------------------------------------------------------------- -# -# (c) 2009 The University of Glasgow -# -# This file is part of the GHC build system. -# -# To understand how the build system works and how to modify it, see -# http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture -# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying -# -# ----------------------------------------------------------------------------- - -dir = driver/split -TOP = ../.. -include $(TOP)/mk/sub-makefile.mk |