Commit e362b55a321c00bde7a164811dac71120ca8f871

Authored by bellard
1 parent fc9f715d

fixed clean target


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1396 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
Makefile.target
@@ -459,7 +459,7 @@ mixeng.o: mixeng.c mixeng.h mixeng_template.h @@ -459,7 +459,7 @@ mixeng.o: mixeng.c mixeng.h mixeng_template.h
459 $(CC) $(DEFINES) -c -o $@ $< 459 $(CC) $(DEFINES) -c -o $@ $<
460 460
461 clean: 461 clean:
462 - rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o 462 + rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o
463 463
464 install: all 464 install: all
465 ifneq ($(PROGS),) 465 ifneq ($(PROGS),)