summaryrefslogtreecommitdiffstats
path: root/package/bind/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 10:54:33 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 10:54:33 +0000
commita76ea8011a528b27834b3f9df5df85c2b48d9008 (patch)
treef436247a0716ec670500347a8b9b7f7265664035 /package/bind/Makefile
parent148a9fd7a1cf4d631f160ee3f5d024f558025cc9 (diff)
more fixes for the V= stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2225 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bind/Makefile')
-rw-r--r--package/bind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile
index 934c582b8..eeb428ac3 100644
--- a/package/bind/Makefile
+++ b/package/bind/Makefile
@@ -20,7 +20,7 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,BIND_SERVER,bind-server,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,BIND_CLIENT,bind-client,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
+$(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(strip $(TARGET_CFLAGS))" \
@@ -55,7 +55,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
);
touch $(PKG_BUILD_DIR)/.configured
-$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
+$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR)/lib/dns \
CC="$(HOSTCC)" \
CFLAGS="-O2" \
@@ -65,7 +65,7 @@ $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
- touch $(PKG_BUILD_DIR)/.built
+ touch $@
$(IPKG_BIND_SERVER):
install -d -m0755 $(IDIR_BIND_SERVER)/usr/sbin