]> granicus.if.org Git - esp-idf/commit
ldgen: fix build issue on make when build dir is a symlink
authorRenz Christian Bagaporo <renz@espressif.com>
Tue, 27 Aug 2019 02:26:34 +0000 (10:26 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Tue, 27 Aug 2019 05:53:31 +0000 (13:53 +0800)
commitc50a67567ae497f7d080c63db3630a3aa7c780bb
tree182bf76c084810e22569b0a3951a33dad2f3861a
parentaa087667dffb8f024a5bf162cef4d5c0ffb152ab
ldgen: fix build issue on make when build dir is a symlink

Fixes an issue where build fails if the build directory is a symlink.
The issue is caused by the rule target and the final executable dependency
not matching.

Closes https://github.com/espressif/esp-idf/issues/3626
components/esp32/Makefile.projbuild