aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-22 15:43:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-22 15:43:16 +0000
commitd657a1590c75d3f3dcbe50f3bc6e19345615a5fd (patch)
treecd37d8af8717821899eda11f48719fd39968c620
parent3332aaf7749c05c58817d62577f8ac8d6bb5f4d8 (diff)
downloadupstream-d657a1590c75d3f3dcbe50f3bc6e19345615a5fd.tar.gz
upstream-d657a1590c75d3f3dcbe50f3bc6e19345615a5fd.tar.bz2
upstream-d657a1590c75d3f3dcbe50f3bc6e19345615a5fd.zip
compile fix for diag
SVN-Revision: 2243
-rw-r--r--openwrt/target/linux/package/diag/Makefile2
1 files changed, 1 insertions, 1 deletions
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):