diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 01:40:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 01:40:50 +0000 |
commit | c480aa15c1cafb826d88bbce259013e7022c95ac (patch) | |
tree | f1867f82f98ef29dcb1cce4dfdf9085753934f46 /openwrt/package/avahi | |
parent | 35d1297447cc2d8cf4c1037079beafe876094b87 (diff) | |
download | mtk-20170518-c480aa15c1cafb826d88bbce259013e7022c95ac.zip mtk-20170518-c480aa15c1cafb826d88bbce259013e7022c95ac.tar.gz mtk-20170518-c480aa15c1cafb826d88bbce259013e7022c95ac.tar.bz2 |
add some more verbosity stuff
SVN-Revision: 2222
Diffstat (limited to 'openwrt/package/avahi')
-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 12b260f..43577f89 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 |