diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 01:40:50 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 01:40:50 +0000 |
commit | 25768f1c4d22195764ef1e818d25d2b14f95bb97 (patch) | |
tree | 2a9e4e72bd37b0af8c11076de92ac3edcb2ec3ce /openwrt/package/avahi/Makefile | |
parent | c65955aa6a15b044fcdb98b09544536a57a6692c (diff) |
add some more verbosity stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2222 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |