diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2021-04-11 23:58:57 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2021-11-07 22:21:20 +0000 |
commit | 8b1ee1b1f6d41a0f7d588b128a22e8d5abeb85a7 (patch) | |
tree | 69fbf0edf884830a51e94f22ffb41104b619d5b4 | |
parent | 5148a1324aeef62d85aaeaa1c061df8e874e4c12 (diff) | |
download | riscv-openocd-8b1ee1b1f6d41a0f7d588b128a22e8d5abeb85a7.zip riscv-openocd-8b1ee1b1f6d41a0f7d588b128a22e8d5abeb85a7.tar.gz riscv-openocd-8b1ee1b1f6d41a0f7d588b128a22e8d5abeb85a7.tar.bz2 |
Makefile: remove workaround for jimtcl 0.80
Commit 266a945ad3e8 ("jimtcl: update to version 0.80 (2020-10-29)")
adds a workaround to permit 'make distcheck' with jimtcl 0.80.
This has been fixed in jimtcl with commit d224c9a2b7b2 ("Makefile:
remove examples.api/Makefile while 'distclean'").
By using jimtcl from latest master branch, the workaround is not
required anymore.
Remove the workaround.
Change-Id: I10d91371b5a89d2a3c8599bce766f97eac44f0d9
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6227
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7e5e229..a18c572 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,8 +125,6 @@ uninstall-hook: distclean-local: rm -rf Doxyfile doxygen rm -f $(srcdir)/jimtcl/configure.gnu -# FIXME: workaround for jimtcl 0.80 only. Remove from jimtcl 0.81 - rm -f jimtcl/examples.api/Makefile DISTCLEANFILES = doxygen.log |