summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.dos
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.dos')
-rw-r--r--crawl-ref/source/makefile.dos6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos
index fb9947e7db..83f2dc6b2c 100644
--- a/crawl-ref/source/makefile.dos
+++ b/crawl-ref/source/makefile.dos
@@ -19,7 +19,7 @@ LEX := flex
YACC := bison -y
ifeq ($(LUASRC),)
-LUASRC := util\lua\src\\
+LUASRC := util\lua\src
endif
LUALIB = lua
@@ -57,7 +57,7 @@ endif
OBJECTS := $(UTIL)levcomp.o $(UTIL)levtab.o $(UTIL)levlex.o $(OBJECTS)
-GAME_DEPENDS := $(LUASRC)$(LUALIBA) $(OBJECTS)
+GAME_DEPENDS := $(LUASRC)\$(LUALIBA) $(OBJECTS)
##########################################################################
@@ -162,7 +162,7 @@ profile: $(GAME_DEPENDS)
#############################################################################
# Build Lua
-$(LUASRC)$(LUALIBA):
+$(LUASRC)\$(LUALIBA):
@echo Building Lua...
@cd $(LUASRC)
@$(MAKE) crawl_dos