]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
amend angie build definitions to fix make dist
authorR. Diez <rdiezmail-openocd@yahoo.de>
Thu, 28 Nov 2024 20:47:34 +0000 (21:47 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 12 Jan 2025 11:09:12 +0000 (11:09 +0000)
commit0ed03df6e95bc336bbece000ffbe4028f70369d8
treed20ccc054bf724850a64978ac4f000ea07fdc7a9
parent8b5ea720da530d375cc5c5d4a66fb48768a421de
amend angie build definitions to fix make dist

"make dist" was broken because GNU Make was using a built-in rule
to try to build angie from angie.c . This is a limitation in Automake
when you add a whole subdir with the same name to EXTRA_DIST.
The Automake doc actually discourages adding whole subdirs.

Change-Id: I85ea4ecbd529b060c70f83bcfda7522e1730480d
Signed-off-by: R. Diez <rdiezmail-openocd@yahoo.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8600
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/jtag/drivers/Makefile.am