summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2023-08-19 11:38:49 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-19 11:38:49 +0200
commit38ab19e00f378eeead3baf95ee24b9665c76b350 (patch)
tree583c59b782e573bf3707e867c13c8a1f9a5a7154 /src/Makefile
parent4dd266cb66d901cf5324f09405cfea3f004bd29f (diff)
patch 9.0.1739: Leftover files in libvtermv9.0.1739
Problem: leftover files in libvterm Solution: Fix cleaning of libvterm directory Delete the libvterm/src/.libs directory and fix typo in libvterm/t/.libs directory name. closes: #12846 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: James McCoy <jamessan@jamessan.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4abcaa39de..c6fa625c32 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2867,7 +2867,7 @@ clean celan: testclean
-rm -f $(UNITTEST_TARGETS)
-rm -f runtime pixmaps
-rm -f mzscheme_base.c
- -rm -rf libvterm/.libs libterm/t/.libs libvterm/src/*.o libvterm/src/*.lo libvterm/t/*.o libvterm/t/*.lo libvterm/t/harness libvterm/libvterm.la
+ -rm -rf libvterm/.libs libvterm/src/.libs libvterm/t/.libs libvterm/src/*.o libvterm/src/*.lo libvterm/t/*.o libvterm/t/*.lo libvterm/t/harness libvterm/libvterm.la
if test -d $(PODIR); then \
cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) clean; \
fi