(svn r20752) -Change: move removal of bin/data/openttd.grf from distclean to maintainer-clean

This commit is contained in:
rubidium 2010-09-05 21:50:59 +00:00
parent e4091f16d0
commit d2572f94d2
2 changed files with 4 additions and 2 deletions

View File

@ -73,9 +73,8 @@ $(OBJS_DIR)/openttd.grf: $(PCX_FILES) $(NFO_FILES) $(OBJS_DIR)/sprites
clean:
$(Q)rm -f *.bak *.grf
# Clean up temporary files and result of generation, i.e. the grfs.
# Clean up temporary files
mrproper: clean
$(Q)rm -fr sprites
$(Q)rm -f $(BIN_DIR)/openttd.grf
.PHONY: all mrproper depend clean

View File

@ -147,6 +147,9 @@ mrproper:
$(Q)rm -rf $(BIN_DIR)/ai/regression/content_download $(BIN_DIR)/ai/regression/save $(BIN_DIR)/ai/regression/scenario
distclean: mrproper
maintainer-clean: distclean
$(Q)rm -f $(BIN_DIR)/data/openttd.grf
depend:
@for dir in $(SRC_DIRS); do \
$(MAKE) -C $$dir depend; \