X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1988f36876b370d2be2c31f35ad3294a5f6a106e..2c900460292c518c4f5184e9b23ca43f5782ef5d:/openwrt/package/sqlite/Makefile 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