projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrected missing dependency
[openwrt.git]
/
package
/
libgcrypt
/
Makefile
diff --git
a/package/libgcrypt/Makefile
b/package/libgcrypt/Makefile
index
4f9077d
..
6a30287
100644
(file)
--- a/
package/libgcrypt/Makefile
+++ b/
package/libgcrypt/Makefile
@@
-86,9
+86,8
@@
uninstall-dev:
$(STAGING_DIR)/usr/lib/libgcrypt.{a,so*} \
$(STAGING_DIR)/usr/share/aclocal/libgcrypt.m4 \
-compile: install-dev
-
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev
mostlyclean:
make -C $(PKG_BUILD_DIR) clean
This page took
0.024623 seconds
and
4
git commands to generate.