X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/bab4efad53ecef261da2a6b6fc4cd1e834636da6..a19d85c1cffd375c50cf701a00962f9383d9415e:/openwrt/target/linux/package/diag/Makefile 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):