Commit 9b14bb04 authored by Fabrice Bellard's avatar Fabrice Bellard
Browse files

install fix (Rusty Russel)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@685 c046a42c-6fe2-441c-8c8c-71466251a162
parent c101c49c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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