Mercurial > hg > early-roguelike
comparison rogue4/Makefile.in @ 93:8f7c082fde46
Don't set DESTDIR via configure.
DESTDIR ought to be set via option passed to 'make install'.
author | John "Elwin" Edwards |
---|---|
date | Mon, 26 Aug 2013 19:58:44 -0700 |
parents | a1dc75e38e73 |
children | 9fb343307b6b |
comparison
equal
deleted
inserted
replaced
92:53e69c17c313 | 93:8f7c082fde46 |
---|---|
25 #LOCKFILE=\"/usr/local/games/roguelike/rogue4save/rogue4.lck\" | 25 #LOCKFILE=\"/usr/local/games/roguelike/rogue4save/rogue4.lck\" |
26 LOCKFILE=@LOCKFILE@ | 26 LOCKFILE=@LOCKFILE@ |
27 #GROUPOWNER=games | 27 #GROUPOWNER=games |
28 GROUPOWNER=@GROUPOWNER@ | 28 GROUPOWNER=@GROUPOWNER@ |
29 | 29 |
30 DESTDIR=@DESTDIR@ | 30 DESTDIR= |
31 prefix=@prefix@ | 31 prefix=@prefix@ |
32 exec_prefix=@exec_prefix@ | 32 exec_prefix=@exec_prefix@ |
33 datarootdir=@datarootdir@ | 33 datarootdir=@datarootdir@ |
34 bindir=@bindir@ | 34 bindir=@bindir@ |
35 mandir=@mandir@ | 35 mandir=@mandir@ |