projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix build on systems without libgcrypt-config
[openwrt.git]
/
package
/
palantir
/
Makefile
diff --git
a/package/palantir/Makefile
b/package/palantir/Makefile
index
68eac5f
..
154dadc
100644
(file)
--- a/
package/palantir/Makefile
+++ b/
package/palantir/Makefile
@@
-21,7
+21,7
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,PALANTIR,palantir,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,PALANTIR,palantir,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.prepared
+$(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
touch $@
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
This page took
0.022532 seconds
and
4
git commands to generate.