projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e30e533
)
add missing .configured target
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:57:05 +0000
(17:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 17:57:05 +0000
(17:57 +0000)
SVN-Revision: 2385
openwrt/package/wificonf/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/wificonf/Makefile
b/openwrt/package/wificonf/Makefile
index b9bfb8a389ce79747bd632c3c2575f9d1ea3b377..f027cd00f1d6761aa0d1b7d902761017247e7833 100644
(file)
--- 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 $@