mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
install fix (Rusty Russel)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@685 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c101c49c54
commit
9b14bb04ca
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue