[commit: ghc] master: Remove unused Makefile.inc (1274a99)

Ian Lynagh igloo at earth.li
Sat Apr 23 16:55:47 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1274a99da3f86349d7944a21b0e93123806e1b90

>---------------------------------------------------------------

commit 1274a99da3f86349d7944a21b0e93123806e1b90
Author: Ian Lynagh <igloo at earth.li>
Date:   Sat Apr 23 13:43:12 2011 +0100

    Remove unused Makefile.inc

>---------------------------------------------------------------

 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 0b54f52..0000000
--- 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
-





More information about the Cvs-ghc mailing list