summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 17:57:05 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 17:57:05 +0000
commitf53378ed6c85a5aaf3c372a7a1079c9c38a9dda8 (patch)
tree04e880d118cc4b93c0e151fd61503f19cb0e2b4b
parentfa021b8677100f6962e17d270bf9e42800802a14 (diff)
add missing .configured target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2385 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/wificonf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/wificonf/Makefile b/openwrt/package/wificonf/Makefile
index b9bfb8a38..f027cd00f 100644
--- a/openwrt/package/wificonf/Makefile
+++ b/openwrt/package/wificonf/Makefile
@@ -15,6 +15,9 @@ $(PKG_BUILD_DIR)/.prepared:
mkdir -p $@
touch $@
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
$(TARGET_CC) $(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -o $(PKG_BUILD_DIR)/wifi wificonf.c -L$(STAGING_DIR)/usr/lib -lnvram -lshared $(STAGING_DIR)/usr/lib/libiw.so
touch $@