summaryrefslogtreecommitdiff
path: root/utils/hsc2hs/Makefile.inc
blob: 91ac818437cbe2c85c4aa7e18a3a00b37ebadf8c (plain)
1
2
3
4
5
6
7
ifeq "" "${MKDIR}"
MKDIR:=$(shell pwd)
#MKDIR:=$(PWD)
else
MKDIR:=$(patsubst %/$(notdir ${MKDIR}),%, ${MKDIR})
endif
include ${MKDIR}/Makefile.inc