X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/cb753468257923266ca392c7aae28b4161eef976..e31f9b3f6cdc9554b25b5afc81a0f016ef60f494:/package/pcre/Makefile?ds=sidebyside diff --git a/package/pcre/Makefile b/package/pcre/Makefile index 918ef4662..b24d7d8a2 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -88,5 +88,5 @@ uninstall-dev: $(STAGING_DIR)/usr/include/pcre{,posix}.h \ $(STAGING_DIR)/usr/lib/libpcre{,posix}.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev