Only clean utils/pwd/pwd when distcleaning, not when cleaning
authorIan Lynagh <igloo@earth.li>
Tue, 12 Aug 2008 23:25:44 +0000 (23:25 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 12 Aug 2008 23:25:44 +0000 (23:25 +0000)
Otherwise "make clean" in utils leaves us without a pwd, and lots of bad
things happen.

utils/pwd/Makefile

index fb43be8..77fcdd9 100644 (file)
@@ -1,5 +1,5 @@
 TOP=../..
-EXTRA_CLEAN = pwd pwd.exe pwd.hi pwd.o
+EXTRA_DISTCLEAN = pwd pwd.exe pwd.hi pwd.o
 
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/cabal.mk