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.
This commit is contained in:
John "Elwin" Edwards 2016-01-22 21:16:54 -05:00
parent b731962f3b
commit b937606ef8
2 changed files with 2 additions and 1 deletions

View file

@ -70,7 +70,7 @@ CPPFLAGS =@DEFS@ @CPPFLAGS@
#DISTFILE = $(PROGRAM)
DISTFILE = $(DISTNAME)-@TARGET@
INSTALL=./install-sh
INSTALL=@INSTALL@
#INSTGROUP=-g games
INSTGROUP=

View file

@ -10,6 +10,7 @@ AC_CANONICAL_SYSTEM([])
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
# Checks for libraries.