diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-08-13 14:47:07 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-08-13 14:47:07 +0000 |
commit | eacfbdedf46dcc3105de1bbf642cf2572526c705 (patch) | |
tree | ef6420d680ea6d4abe907fc2833c225fcb99bc2a /driver | |
parent | 8396eb36ed1aa4ca23b44afba163e41282e01096 (diff) | |
download | haskell-eacfbdedf46dcc3105de1bbf642cf2572526c705.tar.gz |
move INPLACE_DATA_DIR into mk/config.mk and share it
Diffstat (limited to 'driver')
-rw-r--r-- | driver/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/Makefile b/driver/Makefile index f552a36e34..ca3504c283 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -9,7 +9,6 @@ include $(TOP)/mk/boilerplate.mk SUBDIRS = mangler split ghci -INPLACE_DATA_DIR = $(FPTOOLS_TOP_ABS)/inplace-datadir INPLACE_PKG_CONF = $(INPLACE_DATA_DIR)/package.conf # Used to signal that we are inplace, as opposed to installed: INPLACE_FILE = $(INPLACE_DATA_DIR)/inplace |