[tz] [PROPOSED 1/4] Fix bug with ‘make typecheck; make clean’
Paul Eggert
eggert at cs.ucla.edu
Sat Nov 25 23:36:36 UTC 2023
* Makefile (clean_misc): Also remove typecheck_*.dir.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 8df3b621..edbc4d16 100644
--- a/Makefile
+++ b/Makefile
@@ -944,7 +944,7 @@ check_zishrink_posix check_zishrink_right: \
touch $@
clean_misc:
- rm -fr check_*.dir
+ rm -fr check_*.dir typecheck_*.dir
rm -f *.o *.out $(TIME_T_ALTERNATIVES) \
check_* core typecheck_* \
date tzselect version.h zdump zic libtz.a
--
2.40.1
More information about the tz
mailing list