pcre: remove two unused lines

This commit is contained in:
Timothy Gu 2014-08-27 10:41:34 -07:00
parent ec233c0ef9
commit 8ca388c69d
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ define $(PKG)_BUILD_SHARED
$(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_PROGRAMS) dist_html_DATA= dist_doc_DATA=
rm -f '$(PREFIX)/$(TARGET)'/share/man/man1/pcre*.1
rm -f '$(PREFIX)/$(TARGET)'/share/man/man3/pcre*.3
rm -f '$(PREFIX)/$(TARGET)'/share/man/man3/pcre16*.3
rm -f '$(PREFIX)/$(TARGET)'/share/man/man3/pcre32*.3
ln -sf '$(PREFIX)/$(TARGET)/bin/pcre-config' '$(PREFIX)/bin/$(TARGET)-pcre-config'
endef