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