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
/
gnutls
/
Makefile
diff --git
a/package/gnutls/Makefile
b/package/gnutls/Makefile
index
3e8a31e
..
4e7ccb9
100644
(file)
--- a/
package/gnutls/Makefile
+++ b/
package/gnutls/Makefile
@@
-120,9
+120,8
@@
uninstall-dev:
$(STAGING_DIR)/usr/lib/pkgconfig/gnutls{,-extra}.pc \
$(STAGING_DIR)/usr/share/aclocal/libgnutls{,-extra}.m4 \
$(STAGING_DIR)/usr/lib/pkgconfig/gnutls{,-extra}.pc \
$(STAGING_DIR)/usr/share/aclocal/libgnutls{,-extra}.m4 \
-compile: install-dev
-
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev
mostlyclean:
make -C $(PKG_BUILD_DIR) clean
mostlyclean:
make -C $(PKG_BUILD_DIR) clean
This page took
0.022484 seconds
and
4
git commands to generate.