X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c4b70923ed47c031e2136a3df56bdce55f487c82..1168659f2fc176e9498c67d22ad8bffc201f8418:/openwrt/package/sqlite2/Makefile diff --git a/openwrt/package/sqlite2/Makefile b/openwrt/package/sqlite2/Makefile index e0f87be74..5cb96390f 100644 --- a/openwrt/package/sqlite2/Makefile +++ b/openwrt/package/sqlite2/Makefile @@ -93,5 +93,5 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libsqlite.{a,so*} \ $(STAGING_DIR)/usr/lib/pkgconfig/sqlite.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev