direct-io.hg
changeset 7784:b631c9328e49
Trivial Makefile cleanup for ioemu.
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Mon Nov 14 11:11:11 2005 +0100 (2005-11-14) |
parents | 5aad7e145e50 |
children | 8ee7df2c18d1 |
files | tools/ioemu/target-i386-dm/Makefile |
line diff
1.1 --- a/tools/ioemu/target-i386-dm/Makefile Mon Nov 14 11:05:34 2005 +0100 1.2 +++ b/tools/ioemu/target-i386-dm/Makefile Mon Nov 14 11:11:11 2005 +0100 1.3 @@ -376,9 +376,9 @@ mixeng.o: mixeng.c mixeng.h mixeng_templ 1.4 1.5 clean: 1.6 rm -rf *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp 1.7 + rm -rf config.mak config.h 1.8 1.9 -distclean: 1.10 - rm -rf *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp 1.11 +distclean: clean 1.12 1.13 install: all 1.14 if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi