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:
parent
b731962f3b
commit
b937606ef8
2 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ CPPFLAGS =@DEFS@ @CPPFLAGS@
|
||||||
#DISTFILE = $(PROGRAM)
|
#DISTFILE = $(PROGRAM)
|
||||||
DISTFILE = $(DISTNAME)-@TARGET@
|
DISTFILE = $(DISTNAME)-@TARGET@
|
||||||
|
|
||||||
INSTALL=./install-sh
|
INSTALL=@INSTALL@
|
||||||
|
|
||||||
#INSTGROUP=-g games
|
#INSTGROUP=-g games
|
||||||
INSTGROUP=
|
INSTGROUP=
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ AC_CANONICAL_SYSTEM([])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue