提交 bc1b050d 编写于 作者: B bellard

fixed distclean target


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@420 c046a42c-6fe2-441c-8c8c-71466251a162
上级 03d5f74a
......@@ -31,7 +31,7 @@ clean:
distclean: clean
rm -f config-host.mak config-host.h
for d in $(TARGET_DIRS); do \
rm -f $$d/config.h $$d/config.mak || exit 1 ; \
rm -rf $$d || exit 1 ; \
done
install: all
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册