Skip to content

Commit

Permalink
install fix (Rusty Russel)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@685 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Mar 26, 2004
1 parent c101c49 commit 9b14bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.target
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b14bb0

Please sign in to comment.