summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.mgw')
-rw-r--r--crawl-ref/source/makefile.mgw6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index 3e590089e8..d4e6e6c829 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -25,7 +25,7 @@ LEX := flex
YACC := bison -y
ifeq ($(LUASRC),)
-LUASRC := util\lua\src\\
+LUASRC := util\lua\src
endif
LUALIB = lua
@@ -74,7 +74,7 @@ OBJECTS := levcomp.tab.o levcomp.lex.o levcomp.o \
OBJECTS := $(foreach file,$(OBJECTS),$(OPATH)/$(file))
-GAME_DEPENDS := prepare $(LUASRC)$(LUALIBA) $(OBJECTS)
+GAME_DEPENDS := prepare $(LUASRC)\$(LUALIBA) $(OBJECTS)
##########################################################################
@@ -175,6 +175,6 @@ $(OPATH)/%.o: $(UTIL)%.cc
#############################################################################
# Build Lua
-$(LUASRC)$(LUALIBA):
+$(LUASRC)\$(LUALIBA):
@echo Building Lua...
@cd $(LUASRC) && $(MAKE) crawl_mingw