]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1739: Leftover files in libvterm v9.0.1739
authorJames McCoy <jamessan@jamessan.com>
Sat, 19 Aug 2023 09:38:49 +0000 (11:38 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 19 Aug 2023 09:38:49 +0000 (11:38 +0200)
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>
src/Makefile
src/version.c

index 4abcaa39de062dd3346d47f519f1d398d1f7b2ed..c6fa625c326bb5be60e98529fd847eb8366fcf4a 100644 (file)
@@ -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
index f6022d2cf8b7facc7a35a2d13e4a2d6ade3e53b8..52d128a9c64c69c36a73c67ee169dda02a5f978b 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1739,
 /**/
     1738,
 /**/