projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change openssl lib dependency from openssl to libopenssl
[openwrt.git]
/
package
/
bwm
/
Makefile
diff --git
a/package/bwm/Makefile
b/package/bwm/Makefile
index
74f25c2
..
1d615ec
100644
(file)
--- a/
package/bwm/Makefile
+++ b/
package/bwm/Makefile
@@
-14,6
+14,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 $@
This page took
0.020964 seconds
and
4
git commands to generate.