From fb1cd2428d96ed608bf0a920ea959971a7fa0b86 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 24 Jun 2007 16:30:54 +0000 Subject: Remove levcomp.o reference from DOS makefile. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1638 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makefile.dos | 5 +---- 1 file changed, 1 insertion(+), 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 $<) -- cgit v1.2.3-54-g00ecf