diff rogue5/Makefile.in @ 213:3c0abb714974

rogue5: fix 'make install'. The location of install-sh was hardcoded, so installation has not worked since that script was moved to the top directory in 78ca6502.
author John "Elwin" Edwards
date Fri, 22 Jan 2016 21:16:54 -0500
parents 97f8fdf9595c
children 71cb5b647f2b
line wrap: on
line diff
--- a/rogue5/Makefile.in	Fri Jan 22 19:19:48 2016 -0500
+++ b/rogue5/Makefile.in	Fri Jan 22 21:16:54 2016 -0500
@@ -70,7 +70,7 @@
 #DISTFILE = $(PROGRAM)
 DISTFILE = $(DISTNAME)-@TARGET@
 
-INSTALL=./install-sh
+INSTALL=@INSTALL@
 
 #INSTGROUP=-g games
 INSTGROUP=