summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorpbrook2006-04-17 15:57:12 +0200
committerpbrook2006-04-17 15:57:12 +0200
commit6a8826434fb98d7bcf870d9f3e2e90a672bc9f03 (patch)
treea48f48676cd85b0fbf29e42df5b8c6f38dd66b5f /Makefile.target
parentFix typo. (diff)
downloadqemu-6a8826434fb98d7bcf870d9f3e2e90a672bc9f03.tar.gz
qemu-6a8826434fb98d7bcf870d9f3e2e90a672bc9f03.tar.xz
qemu-6a8826434fb98d7bcf870d9f3e2e90a672bc9f03.zip
Allow user to specify "install" utility.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1823 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index abe19c0a64..af5e432dce 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -470,7 +470,7 @@ clean:
install: all
ifneq ($(PROGS),)
- install -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
+ $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
endif
ifneq ($(wildcard .depend),)