From a991cdbff6c1b9b55f2e211333a5945101064d16 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Sat, 9 Jan 2010 23:17:43 +0530 Subject: Remove obsolete commands to delete save pieces in make clean to fix cdo clean build (Napkin). --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf