diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-23 13:43:12 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-23 13:43:12 +0100 |
commit | 1274a99da3f86349d7944a21b0e93123806e1b90 (patch) | |
tree | f81245a7139184a8a58ba1400d87c674571e324a /libraries | |
parent | c471e23fe9b11346ae776e4aecd2ea7389b8159e (diff) | |
download | haskell-1274a99da3f86349d7944a21b0e93123806e1b90.tar.gz |
Remove unused Makefile.inc
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile.inc | 8 |
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 - |