X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1988f36876b370d2be2c31f35ad3294a5f6a106e..7e671d62c215dbf8fd3b3bd45d5190fa93cc6e31:/openwrt/package/sqlite/Makefile?ds=inline diff --git a/openwrt/package/sqlite/Makefile b/openwrt/package/sqlite/Makefile index dea4c56db..f36a004c7 100644 --- a/openwrt/package/sqlite/Makefile +++ b/openwrt/package/sqlite/Makefile @@ -94,5 +94,5 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libsqlite3.{a,so*} \ $(STAGING_DIR)/usr/lib/pkgconfig/sqlite3.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev