diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 15:43:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 15:43:16 +0000 |
commit | d657a1590c75d3f3dcbe50f3bc6e19345615a5fd (patch) | |
tree | cd37d8af8717821899eda11f48719fd39968c620 /openwrt/target/linux | |
parent | 3332aaf7749c05c58817d62577f8ac8d6bb5f4d8 (diff) | |
download | mtk-20170518-d657a1590c75d3f3dcbe50f3bc6e19345615a5fd.zip mtk-20170518-d657a1590c75d3f3dcbe50f3bc6e19345615a5fd.tar.gz mtk-20170518-d657a1590c75d3f3dcbe50f3bc6e19345615a5fd.tar.bz2 |
compile fix for diag
SVN-Revision: 2243
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/package/diag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/diag/Makefile b/openwrt/target/linux/package/diag/Makefile index 42765ae..47908f0 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): |