summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:43 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:43 -0700
commit7043c5fcdf922b65dcef23bc03795dfd23e0dc61 (patch)
tree67cd11f4b3496054a4f863cde59c2329b793e8cc /Makefile.in
parent877e5ba2735fe504c575204803827b5dbc39eeae (diff)
downloadtalos-petitboot-7043c5fcdf922b65dcef23bc03795dfd23e0dc61.tar.gz
talos-petitboot-7043c5fcdf922b65dcef23bc03795dfd23e0dc61.zip
makefile INSTALL variables
Add more INSTALL variables to the makefile. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 01771db..a1818d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21,7 +21,12 @@ ENABLE_PS3 = @ENABLE_PS3@
# other programs
INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
SHELL = @SHELL@
+STRIP = @STRIP@
# paths
prefix = @prefix@
OpenPOWER on IntegriCloud