fix bind build (add missing bind control files)
[openwrt.git] / openwrt / package / bwm / Makefile
index 74f25c2..6acdd0b 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bwm
@@ -14,6 +16,9 @@ include $(TOPDIR)/package/rules.mk
 
 $(eval $(call PKG_template,BWM,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 
+$(PKG_BUILD_DIR)/.configured:
+       touch $@
+
 $(PKG_BUILD_DIR)/.built:
        $(TARGET_CC) $(TARGET_CFLAGS) $(PKG_BUILD_DIR)/bwm.c -o $(PKG_BUILD_DIR)/bwm
        touch $@
@@ -23,4 +28,3 @@ $(IPKG_BWM):
        install -m 755 $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_BWM)/usr/bin/
        $(STRIP) $(IDIR_BWM)/usr/bin/*
        $(IPKG_BUILD) $(IDIR_BWM) $(PACKAGE_DIR)
-
This page took 0.02069 seconds and 4 git commands to generate.