summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-09 23:17:43 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-09 23:17:43 +0530
commita991cdbff6c1b9b55f2e211333a5945101064d16 (patch)
treeb9903d2b43a84afbc6b03ecc47067dda861d6b30
parent7446d2b0eca39c3e627c658ddbdce5e37aab888e (diff)
downloadcrawl-ref-a991cdbff6c1b9b55f2e211333a5945101064d16.tar.gz
crawl-ref-a991cdbff6c1b9b55f2e211333a5945101064d16.zip
Remove obsolete commands to delete save pieces in make clean to fix cdo clean build (Napkin).
-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 bb360aec0e..b27ddde06b 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -868,7 +868,7 @@ clean-contrib:
distclean: clean clean-contrib clean-rltiles
$(RM) -r morgue saves
- $(RM) scores $(GAME) core *.0* *.lab $(DEPENDENCY_MKF)
+ $(RM) scores $(GAME) core $(DEPENDENCY_MKF)
$(GAME): $(GAME_DEPENDS)
$(QUIET_LINK)$(CXX) $(LDFLAGS) $(EXTRA_OBJECTS) $(OBJECTS) -o $(GAME) $(LIBS)