summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Engelhardt2013-12-10 17:09:18 +0100
committerJan Engelhardt2013-12-10 17:10:12 +0100
commitb9690ac0bbe2b5af137aeb09261aac4478f3fbf8 (patch)
tree8e27feb7a1a3869da24ab211211dbcdc8e181d5d /src
parentaf5ebef33b5c172956d76376bd79f86667e54fba (diff)
downloadchocolate-doom-b9690ac0bbe2b5af137aeb09261aac4478f3fbf8.tar.gz
chocolate-doom-b9690ac0bbe2b5af137aeb09261aac4478f3fbf8.tar.bz2
chocolate-doom-b9690ac0bbe2b5af137aeb09261aac4478f3fbf8.zip
build: adjust location of execgamesdir
For arch-dependent files, there is $exec_prefix. In most practical cases, it has the same value as $prefix, but do use it anyhow.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b1a017ca..5c9d15f4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = doom heretic hexen strife setup
-execgamesdir = $(prefix)/games
+execgamesdir = ${exec_prefix}/games
execgames_PROGRAMS = @PROGRAM_PREFIX@doom \
@PROGRAM_PREFIX@heretic \