summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-01 12:48:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-01 14:22:17 +0100
commit83436251ef251effc98348bcefd6e0590a4fdf04 (patch)
treec1b8352f3af6bf8e273301d8b0dbfbeb9dc83a55 /crawl-ref/source/makefile
parent87b65a2daa76fb3fd3949acb32303281de64aec5 (diff)
downloadcrawl-ref-83436251ef251effc98348bcefd6e0590a4fdf04.tar.gz
crawl-ref-83436251ef251effc98348bcefd6e0590a4fdf04.zip
Append a / to absolute DATADIR.
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 5e5e028383..42327ae07f 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -551,7 +551,7 @@ ifneq ($(strip $(DATADIR)),)
override DATADIR := $(strip $(prefix))/$(strip $(DATADIR))
endif
endif
- CFOTHERS_L += -DDATA_DIR_PATH=\"$(abspath $(DATADIR))\"
+ CFOTHERS_L += -DDATA_DIR_PATH=\"$(abspath $(DATADIR))/\"
else
ifneq ($(prefix),)
DATADIR := $(strip $(prefix))/$(strip $(DATADIR))