FIX #1784: EM_AMD64 and EM_X86_64 might both be defined to the same value
[ghc-hetmet.git] / libraries / Makefile.inc
1 ifeq "" "${MKDIR}"
2 MKDIR:=$(shell pwd)
3 #MKDIR:=$(PWD)
4 else
5 MKDIR:=$(patsubst %/$(notdir ${MKDIR}),%, ${MKDIR})
6 endif
7 include ${MKDIR}/Makefile.inc
8