X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ed732f36802a0e8dd8bf1d01c080814c0b7914d0..ec10c9c3647c4d93d61e12b86db7e92d0b661ff5:/package/mysql/Makefile diff --git a/package/mysql/Makefile b/package/mysql/Makefile index b0af5d7e3..055e265cd 100644 --- a/package/mysql/Makefile +++ b/package/mysql/Makefile @@ -126,5 +126,5 @@ uninstall-dev: $(STAGING_DIR)/usr/include/mysql \ $(STAGING_DIR)/usr/lib/mysql \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev