summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-23 13:43:12 +0100
committerIan Lynagh <igloo@earth.li>2011-04-23 13:43:12 +0100
commit1274a99da3f86349d7944a21b0e93123806e1b90 (patch)
treef81245a7139184a8a58ba1400d87c674571e324a /libraries
parentc471e23fe9b11346ae776e4aecd2ea7389b8159e (diff)
downloadhaskell-1274a99da3f86349d7944a21b0e93123806e1b90.tar.gz
Remove unused Makefile.inc
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc
deleted file mode 100644
index 0b54f52bde..0000000000
--- a/libraries/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-ifeq "" "${MKDIR}"
-MKDIR:=$(shell pwd)
-#MKDIR:=$(PWD)
-else
-MKDIR:=$(patsubst %/$(notdir ${MKDIR}),%, ${MKDIR})
-endif
-include ${MKDIR}/Makefile.inc
-