Changeset - r23099:b5845c308d16
[Not reviewed]
master
0 2 0
glx - 5 years ago 2018-12-27 21:34:00
glx@openttd.org
Fix 59e42ea17, 1f083c3ac: 'make clean' was not fully cleaning
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
Makefile.lang.in
Show inline comments
 
@@ -78,7 +78,7 @@ depend:
 

	
 
clean:
 
	$(E) '$(STAGE) Cleaning up language files'
 
	$(Q)rm -f strgen.o string.o alloc_func.o getoptdata.o table/strings.h $(STRGEN) $(LANGS) $(LANGS:%=$(BIN_DIR)/lang/%) lang/english.*
 
	$(Q)rm -f strgen_base.o strgen.o string.o alloc_func.o getoptdata.o table/strings.h $(STRGEN) $(LANGS) $(LANGS:%=$(BIN_DIR)/lang/%) lang/english.*
 

	
 
mrproper: clean
 
	$(Q)rm -rf $(BIN_DIR)/lang
Makefile.setting.in
Show inline comments
 
@@ -58,7 +58,7 @@ depend:
 

	
 
clean:
 
	$(E) '$(STAGE) Cleaning up settings files'
 
	$(Q)rm -f settingsgen.o alloc_func.o getoptdata.o ini_load.o $(SETTINGSGEN) table/settings.h
 
	$(Q)rm -f settingsgen.o alloc_func.o getoptdata.o string.o ini_load.o $(SETTINGSGEN) table/settings.h
 

	
 
mrproper: clean
 

	
0 comments (0 inline, 0 general)