aboutsummaryrefslogtreecommitdiffstats
path: root/external-libs/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external-libs/build.mk')
-rw-r--r--external-libs/build.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/external-libs/build.mk b/external-libs/build.mk
index 9dfa0bce..597d3a6e 100644
--- a/external-libs/build.mk
+++ b/external-libs/build.mk
@@ -54,6 +54,5 @@ OBJS_dftables = $(call c_src_to_obj,external-libs/pcre/dftables.c)
$(OBJS_dftables): external-libs/pcre/dftables.c
$(call c_compile,$<,)
-external-libs/$(OUTPUT_DIR)/$(call binname,dftables): LIBS=
external-libs/$(OUTPUT_DIR)/$(call binname,dftables): $(OBJS_dftables)
- $(call makebin,$(OBJS_dftables),$@)
+ $(call makebin,$(OBJS_dftables),$@,,)