aboutsummaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot/make
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-05-30 16:23:00 +0000
committerNed Ludd <solar@gentoo.org>2004-05-30 16:23:00 +0000
commit7a0f201bd63d7344d1a291d3db7c2aacac7865ab (patch)
tree97891e9cc53a1f2b18b9860ccebaeecbada7956d /obsolete-buildroot/make
parent46f043ca655e68b66c27102411171baa24e2df43 (diff)
downloadupstream-7a0f201bd63d7344d1a291d3db7c2aacac7865ab.tar.gz
upstream-7a0f201bd63d7344d1a291d3db7c2aacac7865ab.tar.bz2
upstream-7a0f201bd63d7344d1a291d3db7c2aacac7865ab.zip
make $(TARGET_DIR)/sbin at install time. make TARGET_DIR=arptables-pkg arptables. ipkg etc..
SVN-Revision: 43
Diffstat (limited to 'obsolete-buildroot/make')
-rw-r--r--obsolete-buildroot/make/arptables.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/obsolete-buildroot/make/arptables.mk b/obsolete-buildroot/make/arptables.mk
index bd4c6af4ba..4b9508fbc1 100644
--- a/obsolete-buildroot/make/arptables.mk
+++ b/obsolete-buildroot/make/arptables.mk
@@ -32,6 +32,7 @@ $(ARPTABLES_BUILD_DIR)/$(ARPTABLES_NAME): $(ARPTABLES_BUILD_DIR)/.configured
CC=$(TARGET_CC) COPT_FLAGS="$(TARGET_CFLAGS)"
$(TARGET_DIR)/sbin/$(ARPTABLES_NAME): $(ARPTABLES_BUILD_DIR)/$(ARPTABLES_NAME)
+ mkdir -p $(TARGET_DIR)/sbin/
cp $(ARPTABLES_BUILD_DIR)/$(ARPTABLES_NAME) $(TARGET_DIR)/sbin/$(ARPTABLES_NAME)
$(STRIP) $(TARGET_DIR)/sbin/$(ARPTABLES_NAME)