[project @ 2002-10-09 16:55:30 by malcolm]
[haskell-directory.git] / Makefile.inc
diff --git a/Makefile.inc b/Makefile.inc
new file mode 100644 (file)
index 0000000..91ac818
--- /dev/null
@@ -0,0 +1,7 @@
+ifeq "" "${MKDIR}"
+MKDIR:=$(shell pwd)
+#MKDIR:=$(PWD)
+else
+MKDIR:=$(patsubst %/$(notdir ${MKDIR}),%, ${MKDIR})
+endif
+include ${MKDIR}/Makefile.inc