summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/iptables.make5
1 files changed, 2 insertions, 3 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index e08652401..98f4c97fa 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -92,8 +92,7 @@ ifdef PTXCONF_IPTABLES_IPV6
$(call install_copy, iptables, 0, 0, 0644, -, \
/usr/lib/$$file); \
done
- $(call install_lib, iptables, 0, 0, 0644, libip6tc)
-
+ @$(call install_lib, iptables, 0, 0, 0644, libip6tc)
endif
ifdef PTXCONF_IPTABLES_IPV4
@@ -103,7 +102,7 @@ ifdef PTXCONF_IPTABLES_IPV4
$(call install_copy, iptables, 0, 0, 0644, -,\
/usr/lib/$$file); \
done
- $(call install_lib, iptables, 0, 0, 0644, libip4tc)
+ @$(call install_lib, iptables, 0, 0, 0644, libip4tc)
endif
ifdef PTXCONF_IPTABLES_INSTALL_TOOLS