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
commit954e880c8e648ec71a990b1591b63380bcc117a5 (patch)
tree5454da4e028a3befb7e9f7bc8853ee381cae4ce0
parenta4526f2c8a9c96d4c471ff673f5cfd289590d3b3 (diff)
downloadupstream-954e880c8e648ec71a990b1591b63380bcc117a5.tar.gz
upstream-954e880c8e648ec71a990b1591b63380bcc117a5.tar.bz2
upstream-954e880c8e648ec71a990b1591b63380bcc117a5.zip
compile fix for diag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2243 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/package/diag/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/diag/Makefile b/target/linux/package/diag/Makefile
index 42765aedfe..47908f0866 100644
--- a/target/linux/package/diag/Makefile
+++ b/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):