提交 9b14bb04 编写于 作者: B bellard

install fix (Rusty Russel)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@685 c046a42c-6fe2-441c-8c8c-71466251a162
上级 c101c49c
......@@ -302,7 +302,9 @@ clean:
rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o
install: all
ifneq ($(PROGS),)
install -m 755 -s $(PROGS) $(prefix)/bin
endif
ifneq ($(wildcard .depend),)
include .depend
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册