summaryrefslogtreecommitdiffstats
path: root/rules/tcpwrapper.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/tcpwrapper.make')
-rw-r--r--rules/tcpwrapper.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/tcpwrapper.make b/rules/tcpwrapper.make
index 8e8d84094..1e8324c96 100644
--- a/rules/tcpwrapper.make
+++ b/rules/tcpwrapper.make
@@ -85,8 +85,8 @@ tcpwrapper_install: $(STATEDIR)/tcpwrapper.install
$(STATEDIR)/tcpwrapper.install: $(tcpwrapper_install_deps_default)
@$(call targetinfo, $@)
- install -d $(CROSS_LIB_DIR)/lib
- install $(TCPWRAPPER_DIR)/libwrap.a $(CROSS_LIB_DIR)/lib
+ install -d $(SYSROOT)/lib
+ install $(TCPWRAPPER_DIR)/libwrap.a $(SYSROOT)/lib
@$(call touch, $@)
# ----------------------------------------------------------------------------