diff options
Diffstat (limited to 'openwrt/package/mysql/Makefile')
-rw-r--r-- | openwrt/package/mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/mysql/Makefile b/openwrt/package/mysql/Makefile index b0af5d7e3b..055e265cdc 100644 --- a/openwrt/package/mysql/Makefile +++ b/openwrt/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 |