Revision 0c3c89d6 Makefile

b/Makefile
213 213
# avoid old build problems by removing potentially incorrect old files
214 214
	rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
215 215
	rm -f qemu-options.def
216
	find . -name '*.[od]' -type f -exec rm -f {} +
217
	rm -f *.a *.lo $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
218
	rm -f *.la
216
	find . -name '*.[oda]' -type f -exec rm -f {} +
217
	find . -name '*.l[oa]' -type f -exec rm -f {} +
218
	rm -f $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
219 219
	rm -Rf .libs
220 220
	rm -f qemu-img-cmds.h
221 221
	@# May not be present in GENERATED_HEADERS

Also available in: Unified diff