diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 17:57:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 17:57:05 +0000 |
commit | a00cd0c4fa93bf8db0eb95f457b06130a95b1806 (patch) | |
tree | c18499708f6921161ee36132fcc029010bae5511 | |
parent | e30e533bfa9fb42e4d080d79bd0365c4da94ad41 (diff) | |
download | mtk-20170518-a00cd0c4fa93bf8db0eb95f457b06130a95b1806.zip mtk-20170518-a00cd0c4fa93bf8db0eb95f457b06130a95b1806.tar.gz mtk-20170518-a00cd0c4fa93bf8db0eb95f457b06130a95b1806.tar.bz2 |
add missing .configured target
SVN-Revision: 2385
-rw-r--r-- | openwrt/package/wificonf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/wificonf/Makefile b/openwrt/package/wificonf/Makefile index b9bfb8a..f027cd0 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 $@ |