summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/diag
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 15:43:16 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-22 15:43:16 +0000
commit55c2791636dc0f1855a1ea378d704fd518897652 (patch)
treece15cd744d48fc584550866cf5798aa75313c8c5 /openwrt/target/linux/package/diag
parentab1c56acc6e798d969c8f6a94cdf5925d957554d (diff)
compile fix for diag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/diag')
-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 42765aedf..47908f086 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):