Mercurial > hg > early-roguelike
comparison 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 |
comparison
equal
deleted
inserted
replaced
212:12e070d1a780 | 213:3c0abb714974 |
---|---|
68 CPPFLAGS =@DEFS@ @CPPFLAGS@ | 68 CPPFLAGS =@DEFS@ @CPPFLAGS@ |
69 | 69 |
70 #DISTFILE = $(PROGRAM) | 70 #DISTFILE = $(PROGRAM) |
71 DISTFILE = $(DISTNAME)-@TARGET@ | 71 DISTFILE = $(DISTNAME)-@TARGET@ |
72 | 72 |
73 INSTALL=./install-sh | 73 INSTALL=@INSTALL@ |
74 | 74 |
75 #INSTGROUP=-g games | 75 #INSTGROUP=-g games |
76 INSTGROUP= | 76 INSTGROUP= |
77 #INSTOWNER=-u root | 77 #INSTOWNER=-u root |
78 INSTOWNER= | 78 INSTOWNER= |