summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
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)