diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-10 11:47:06 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-10 11:47:06 +0000 |
commit | 407de225f30f95e0d8724d7ed6e204641f121c69 (patch) | |
tree | 9b96020655322c223e855d380ed0829610bb27dc | |
parent | 8dc13b99b51555be6fa16d271ddb02d995b46d96 (diff) | |
download | usdx-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
-rw-r--r-- | Makefile.in | 2 |
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 |