X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fpwd%2FMakefile;h=77fcdd97832af4a4ac5f051141c5dd82186de69d;hb=4179e02ec7ec7aea79273cdcc166123c2ddd2063;hp=326c7076419d9477fba565d5aa9b31a8b04d3853;hpb=068bf75eeee553c7f2cb06b8d84bdff58677c319;p=ghc-hetmet.git diff --git a/utils/pwd/Makefile b/utils/pwd/Makefile index 326c707..77fcdd9 100644 --- a/utils/pwd/Makefile +++ b/utils/pwd/Makefile @@ -1,18 +1,6 @@ +TOP=../.. +EXTRA_DISTCLEAN = pwd pwd.exe pwd.hi pwd.o -# We don't include any of the boilerplate Makefiles as we are used -# by configure. GHC should be overridden on the command line to the -# GHC that you want to use. - -GHC=ghc - -.PHONY: all clean - -all: - $(GHC) --make pwd - -clean: - rm -f *.o - rm -f *.hi - rm -f pwd - rm -f pwd.exe +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/cabal.mk