projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add Distribution.Compat.Exception to the compat library
[ghc-hetmet.git]
/
utils
/
hsc2hs
/
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