aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-10 11:47:06 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-10 11:47:06 +0000
commit407de225f30f95e0d8724d7ed6e204641f121c69 (patch)
tree9b96020655322c223e855d380ed0829610bb27dc /Makefile.in
parent8dc13b99b51555be6fa16d271ddb02d995b46d96 (diff)
downloadusdx-407de225f30f95e0d8724d7ed6e204641f121c69.tar.gz
usdx-407de225f30f95e0d8724d7ed6e204641f121c69.tar.xz
usdx-407de225f30f95e0d8724d7ed6e204641f121c69.zip
INSTALL_DATA -> INSTALL_PROGRAM
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1358 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f27d0af5..15ce3f3b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -39,7 +39,7 @@ RM_REC ?= $(RM) -r
# install tool
INSTALL ?= @INSTALL@
INSTALL_DATA ?= @INSTALL_DATA@
-INSTALL_PROGRAM ?= @INSTALL_DATA@
+INSTALL_PROGRAM ?= @INSTALL_PROGRAM@
#################################################
# General package configuration