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:
bellard 2004-03-26 22:43:34 +00:00
parent c101c49c54
commit 9b14bb04ca
1 changed files with 2 additions and 0 deletions

View File

@ -302,7 +302,9 @@ clean:
rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o
install: all install: all
ifneq ($(PROGS),)
install -m 755 -s $(PROGS) $(prefix)/bin install -m 755 -s $(PROGS) $(prefix)/bin
endif
ifneq ($(wildcard .depend),) ifneq ($(wildcard .depend),)
include .depend include .depend