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.dos5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos
index a28780bb74..423a8370bb 100644
--- a/crawl-ref/source/makefile.dos
+++ b/crawl-ref/source/makefile.dos
@@ -61,7 +61,7 @@ ifeq ($(YACC),)
DOYACC :=
endif
-OBJECTS := $(UTIL)levcomp.o $(UTIL)levtab.o $(UTIL)levlex.o $(OBJECTS)
+OBJECTS := $(UTIL)levtab.o $(UTIL)levlex.o $(OBJECTS)
GAME_DEPENDS := $(LUASRC)\$(LUALIBA) $(FSQLLIBA) $(OBJECTS)
@@ -87,9 +87,6 @@ ifneq ($(DOYACC),y)
LINC += -I prebuilt
endif
-$(UTIL)levcomp.o: $(UTIL)levcomp.cc
- $(subst /,\,$(CXX) $(LINC) $(YCFLAGS) -o $@ -c $<)
-
$(UTIL)levlex.o: $(UTIL)levlex.cc
$(subst /,\,$(CXX) $(LINC) $(YCFLAGS) -o $@ -c $<)