Revision 96610da2 Makefile

b/Makefile
232 232
# avoid old build problems by removing potentially incorrect old files
233 233
	rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
234 234
	rm -f qemu-options.def
235
	find . -name '*.[od]' -exec rm -f {} +
235
	find . -name '*.[od]' -type f -exec rm -f {} +
236 236
	rm -f *.a *.lo $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
237 237
	rm -Rf .libs
238 238
	rm -f qemu-img-cmds.h

Also available in: Unified diff