X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d2f02c7a214e4ede79bfecf295d1f51289ee48d4..59cd3457ae474d7b1a853809321a7df46264be30:/openwrt/package/pcre/Makefile diff --git a/openwrt/package/pcre/Makefile b/openwrt/package/pcre/Makefile index 918ef4662..b24d7d8a2 100644 --- a/openwrt/package/pcre/Makefile +++ b/openwrt/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