From dc3819f1e99d8159bdb0ea1da26506b00fe78e62 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 11:58:00 +0000 Subject: * ...and you, DevHC ¬_¬ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 03fe1fff..af33b56d 100644 --- a/Makefile +++ b/Makefile @@ -835,11 +835,6 @@ $(echo_cmd) "SMP_CC $<" $(Q)$(CC) $(NOTSHLIBCFLAGS) $(CFLAGS) -DSMP -o $@ -c $< endef -define DO_BOT_CC -$(echo_cmd) "BOT_CC $<" -$(Q)$(CC) $(NOTSHLIBCFLAGS) $(CFLAGS) $(BOTCFLAGS) -DBOTLIB -o $@ -c $< -endef - ifeq ($(GENERATE_DEPENDENCIES),1) DO_QVM_DEP=cat $(@:%.o=%.d) | sed -e 's/\.o/\.asm/g' >> $(@:%.o=%.d) endif @@ -1580,9 +1575,6 @@ $(B)/client/%.o: $(SDIR)/%.c $(B)/client/%.o: $(CMDIR)/%.c $(DO_CC) -$(B)/client/%.o: $(BLIBDIR)/%.c - $(DO_BOT_CC) - $(B)/client/%.o: $(JPDIR)/%.c $(DO_CC) @@ -1614,9 +1606,6 @@ $(B)/ded/%.o: $(SDIR)/%.c $(B)/ded/%.o: $(CMDIR)/%.c $(DO_DED_CC) -$(B)/ded/%.o: $(BLIBDIR)/%.c - $(DO_BOT_CC) - $(B)/ded/%.o: $(SYSDIR)/%.c $(DO_DED_CC) -- cgit