From: Felix Fietkau Date: Sat, 22 Oct 2005 15:43:16 +0000 (+0000) Subject: compile fix for diag X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=37772b046fb69091fc377c4840f9d6adb30def82;p=15.05%2Fopenwrt.git compile fix for diag git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2243 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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):