From: Felix Fietkau Date: Sat, 22 Oct 2005 15:43:16 +0000 (+0000) Subject: compile fix for diag X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d657a1590c75d3f3dcbe50f3bc6e19345615a5fd;p=librecmc%2Flibrecmc.git compile fix for diag SVN-Revision: 2243 --- diff --git a/openwrt/target/linux/package/diag/Makefile b/openwrt/target/linux/package/diag/Makefile index 42765aedfe..47908f0866 100644 --- a/openwrt/target/linux/package/diag/Makefile +++ b/openwrt/target/linux/package/diag/Makefile @@ -26,7 +26,7 @@ $(PKG_BUILD_DIR)/.prepared: touch $@ $(PKG_BUILD_DIR)/.built: - $(TARGET_CC) $(DIAG_FLAGS) -o $@ diag_led.c + $(TARGET_CC) $(DIAG_FLAGS) -o $(PKG_BUILD_DIR)/diag.o diag_led.c touch $@ $(IPKG_KMOD_DIAG):