diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 17:57:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 17:57:05 +0000 |
commit | 1efeab05dc7d38451bf23241cc3d8f17ac77f809 (patch) | |
tree | 11c6f65b857b2ce5eb16f52b7818d6a96ab5ab67 /package/wificonf/Makefile | |
parent | b8ff80917f1fd4364bd7cf3ca224393788231604 (diff) |
add missing .configured target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2385 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wificonf/Makefile')
-rw-r--r-- | package/wificonf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile index b9bfb8a389..f027cd00f1 100644 --- a/package/wificonf/Makefile +++ b/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 $@ |