diff options
Diffstat (limited to 'package/avahi')
-rw-r--r-- | package/avahi/avahi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 48e4bf77c..32d266a57 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -180,7 +180,7 @@ endif $(TARGET_DIR)/usr/sbin/avahi-daemon $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@ -avahi: uclibc libdaemon $(AVAHI_TARGETS) $(if $(BR2_ENABLE_LOCALE),gettext libintl) +avahi: uclibc libdaemon $(if $(BR2_ENABLE_LOCALE),gettext libintl) $(AVAHI_TARGETS) avahi-clean: -$(MAKE) -C $(AVAHI_DIR) distclean |