aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-26 20:34:26 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-26 20:34:26 +0000
commite362b55a321c00bde7a164811dac71120ca8f871 (patch)
tree9710dde063f65f0e469ccd771b004e04f318ac2c /Makefile.target
parentfc9f715de8bc5aaed89ada800c1ead43c19f5784 (diff)
fixed clean target
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1396 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 5375cb32b7..dbceeb7f4c 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -459,7 +459,7 @@ mixeng.o: mixeng.c mixeng.h mixeng_template.h
$(CC) $(DEFINES) -c -o $@ $<
clean:
- rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o
+ rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o
install: all
ifneq ($(PROGS),)