[Buildroot] [git commit] libcurl: drop curl* aliases

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jan 12 11:31:55 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=4073d1515ff31cfe4dc1b7e78a8ed0d03a0ebd85
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

They're unused hence not useful.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libcurl/libcurl.mk |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index db5fdb7..014c5e3 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -67,8 +67,3 @@ LIBCURL_POST_INSTALL_TARGET_HOOKS += LIBCURL_TARGET_CLEANUP
 endif
 
 $(eval $(autotools-package))
-
-curl: libcurl
-curl-clean: libcurl-clean
-curl-dirclean: libcurl-dirclean
-curl-source: libcurl-source


More information about the buildroot mailing list