X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1988f36876b370d2be2c31f35ad3294a5f6a106e..6cfdb8f029c806124d150e1d3d21bfe60f0d73fc:/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