X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ed732f36802a0e8dd8bf1d01c080814c0b7914d0..83d5ed0f1462ed1483a549c200c316413cca27b2:/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