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.mgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index a9c3fbe381..58a48d662d 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -74,7 +74,7 @@ DOYACC :=
endif
# Do the levcomp stuff first because that's the most likely to fail.
-OBJECTS := levcomp.tab.o levcomp.lex.o levcomp.o \
+OBJECTS := levcomp.tab.o levcomp.lex.o \
$(OBJECTS)
OBJECTS := $(foreach file,$(OBJECTS),$(OPATH)/$(file))