diff options
Diffstat (limited to 'openwrt/package/avahi/Makefile')
-rw-r--r-- | openwrt/package/avahi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/avahi/Makefile b/openwrt/package/avahi/Makefile index 12b260f688..43577f89e9 100644 --- a/openwrt/package/avahi/Makefile +++ b/openwrt/package/avahi/Makefile @@ -145,8 +145,8 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libavahi-core.so* \ $(STAGING_DIR)/usr/lib/pkgconfig/avahi-core.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev mostlyclean: -$(MAKE) -C $(PKG_BUILD_DIR) clean |