diff options
| author | OpenWrt Developers <openwrt-devel@openwrt.org> | 2004-05-30 16:19:42 +0000 |
|---|---|---|
| committer | OpenWrt Developers <openwrt-devel@openwrt.org> | 2004-05-30 16:19:42 +0000 |
| commit | e3331eccfc85b4d2591360af239c7aee33fdfc82 (patch) | |
| tree | e99696e5ef0815de31323aa09069a0a0dd10bd56 | |
| parent | ac279e1b379eda84072ba57d3315488ff122db03 (diff) | |
| download | upstream-e3331eccfc85b4d2591360af239c7aee33fdfc82.tar.gz upstream-e3331eccfc85b4d2591360af239c7aee33fdfc82.tar.bz2 upstream-e3331eccfc85b4d2591360af239c7aee33fdfc82.zip | |
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
| -rw-r--r-- | obsolete-buildroot/make/ebtables.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obsolete-buildroot/make/ebtables.mk b/obsolete-buildroot/make/ebtables.mk index b2bbe5a84fc..6609897fe7d 100644 --- a/obsolete-buildroot/make/ebtables.mk +++ b/obsolete-buildroot/make/ebtables.mk @@ -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 \ |
