summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-20 01:06:40 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-22 23:54:19 +0100
commit51ab6d642295faabc6569fcfe860964ef157840f (patch)
tree0630db3adabb5b7c3f6b60faf5b3a68cfc6250d6 /crawl-ref/source/Makefile
parentdd8e91061d9e2ac6be204903199e16d853fcec5b (diff)
downloadcrawl-ref-51ab6d642295faabc6569fcfe860964ef157840f.tar.gz
crawl-ref-51ab6d642295faabc6569fcfe860964ef157840f.zip
Remove util/fake_pty on "make clean".
Harmful if you share $HOME between chroots/systems of different architectures.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index 828d0179c3..3148844e52 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1343,7 +1343,7 @@ clean: clean-rltiles clean-webserver clean-android tx-clean
+$(MAKE) -C $(UTIL) clean
$(RM) $(GAME) $(GAME).exe $(GENERATED_FILES) $(EXTRA_OBJECTS) libw32c.o\
libunix.o $(ALL_OBJECTS) $(ALL_OBJECTS:.o=.d) *.ixx \
- .contrib-libs .cflags AppHdr.h.gch AppHdr.h.d
+ .contrib-libs .cflags AppHdr.h.gch AppHdr.h.d util/fake_pty
$(RM) -r build-win
$(RM) -r build