From 9da2e71d632cd9ba1bf38e98a28c5cb11f70e13d Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 6 Mar 2008 17:54:47 +0000 Subject: makefile cleanup for avahi --- package/avahi/avahi.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/avahi') diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 464438fbb..cff96937a 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -145,11 +145,13 @@ $(AVAHI_DIR)/.compiled: $(AVAHI_DIR)/.configured touch $@ $(AVAHI_DIR)/.installed: $(AVAHI_DIR)/.compiled + mkdir -p $(STAGING_DIR)/etc/avahi $(MAKE) DESTDIR=$(STAGING_DIR) -C $(AVAHI_DIR) install touch $@ $(TARGET_DIR)/usr/sbin/avahi-autoipd: $(AVAHI_DIR)/.installed mkdir -p $(TARGET_DIR)/etc/avahi + mkdir -p $(TARGET_DIR)/etc/init.d mkdir -p $(TARGET_DIR)/var/lib mkdir -p $(TARGET_DIR)/usr/share/udhcpc cp -af $(STAGING_DIR)/etc/avahi/avahi-autoipd.action $(TARGET_DIR)/etc/avahi/ -- cgit v1.2.3