From 1d124a1a6dd4b3814ec6f74b66b2f2eee23f9ece Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Tue, 12 Aug 2008 23:25:44 +0000
Subject: [PATCH] Only clean utils/pwd/pwd when distcleaning, not when cleaning
 Otherwise "make clean" in utils leaves us without a pwd, and lots of bad
 things happen.

---
 utils/pwd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/pwd/Makefile b/utils/pwd/Makefile
index fb43be86408..77fcdd97832 100644
--- a/utils/pwd/Makefile
+++ b/utils/pwd/Makefile
@@ -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
-- 
GitLab