mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
make $(TARGET_DIR)/sbin at install time. make TARGET_DIR=ebtables-pkg ebtables. ipkg etc..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
39abe5b822
commit
9d4c2a74b1
@ -33,6 +33,7 @@ $(EBTABLES_BUILD_DIR)/$(EBTABLES_NAME): $(EBTABLES_BUILD_DIR)/.configured
|
||||
LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
|
||||
$(TARGET_DIR)/sbin/$(EBTABLES_NAME): $(EBTABLES_BUILD_DIR)/$(EBTABLES_NAME)
|
||||
mkdir -p $(TARGET_DIR)/sbin/
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(MAKE) -C $(EBTABLES_BUILD_DIR) \
|
||||
MANDIR=$(TARGET_DIR)/usr/share/man \
|
||||
|
Loading…
Reference in New Issue
Block a user