From 1274a99da3f86349d7944a21b0e93123806e1b90 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 23 Apr 2011 13:43:12 +0100 Subject: [PATCH] Remove unused Makefile.inc --- libraries/Makefile.inc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 libraries/Makefile.inc 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 - -- 1.7.10.4