diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-08-24 08:23:53 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-08-24 08:23:53 +0000 |
commit | 4484149e821a97b8d230c94fd823d25edb402324 (patch) | |
tree | e88e4e6e33c41e84d2a4e7fb6ebe37c031ed25ec /utils/Makefile | |
parent | 290967b3ff872ee3fecbd42aa9808037cf0ccdac (diff) | |
download | haskell-4484149e821a97b8d230c94fd823d25edb402324.tar.gz |
add pwd to SUBDIRS, so it gets cleaned
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index e679dfac7b..ca598190d2 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -9,7 +9,7 @@ ifeq "$(BootingFromHc)" "YES" SUBDIRS = mkdependC mkdirhier runstdtest genapply genprimopcode ghc-pkg unlit else SUBDIRS = mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps hsc2hs \ - parallel prof unlit genprimopcode genapply runghc hpc + parallel prof unlit genprimopcode genapply runghc hpc pwd endif ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" # lndir doesn't build on Windows |