diff options
Diffstat (limited to 'openwrt/package/opencdk/Makefile')
-rw-r--r-- | openwrt/package/opencdk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openwrt/package/opencdk/Makefile b/openwrt/package/opencdk/Makefile index 05cee55bff..c313c49d22 100644 --- a/openwrt/package/opencdk/Makefile +++ b/openwrt/package/opencdk/Makefile @@ -92,10 +92,8 @@ uninstall-dev: $(STAGING_DIR)/usr/include/opencdk.h \ $(STAGING_DIR)/usr/lib/libopencdk.{a,so*} \ -compile: install-dev - -clean: uninstall-dev - +compile-targets: install-dev +clean-targets: uninstall-dev mostlyclean: make -C $(PKG_BUILD_DIR) clean rm -f $(PKG_BUILD_DIR)/.built |