diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-03-26 22:43:34 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-03-26 22:43:34 +0000 |
commit | 9b14bb04ca9c747173ff947458c46f7416653dad (patch) | |
tree | 915782a3b96d753f1e635783ae2be61200466a3f /Makefile.target | |
parent | c101c49c546f407466a672dcb2c8dda6bf3cbf7f (diff) |
install fix (Rusty Russel)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@685 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 0d38b1d736..07fa4568db 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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 |