comparison src/makefile.w32-in @ 74813:25867d3642d6

(clean): Delete stamp_BLD.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Dec 2006 20:37:13 +0000
parents 5186094c35db
children 4c1e088ad443
comparison
equal deleted inserted replaced
74812:c9903386c66d 74813:25867d3642d6
248 # 248 #
249 clean: 249 clean:
250 - $(DEL) *~ "s/*~" "m/*~" 250 - $(DEL) *~ "s/*~" "m/*~"
251 - $(DEL) $(COMPILER_TEMP_FILES) 251 - $(DEL) $(COMPILER_TEMP_FILES)
252 - $(DEL_TREE) $(OBJDIR) 252 - $(DEL_TREE) $(OBJDIR)
253 - (DEL) stamp_BLD
253 254
254 distclean: clean 255 distclean: clean
255 - $(DEL) config.h epaths.h 256 - $(DEL) config.h epaths.h
256 257
257 cleanall: clean 258 cleanall: clean