libports: fix missing clean-libiconv target

Fixes #681
This commit is contained in:
Josef Söntgen 2013-03-06 18:04:11 +01:00 committed by Norman Feske
parent 6f2e36279a
commit 613784f560
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ $(CONTRIB_DIR)/$(LIBICONV): $(DOWNLOAD_DIR)/$(LIBICONV_TGZ)
include/iconv:
$(VERBOSE)mkdir -p $@
$(VERBOSE)ln -sf ../../src/lib/libiconv/iconv.h $@
clean-libiconv:
$(VERBOSE)rm -rf include/iconv
$(VERBOSE)rm -rf $(CONTRIB_DIR)/$(LIBICONV)