X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ed732f36802a0e8dd8bf1d01c080814c0b7914d0..6cfe225066885175321c3e4a7c27d98bbdced631:/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