From 35d338f256c6c20630051e516b0bea2970a799ad Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 8 Nov 2023 07:59:36 +0100 Subject: [PATCH] partly revert commit 423f9a9db - don't remove xspice/icm .c files --- src/xspice/icm/GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xspice/icm/GNUmakefile.in b/src/xspice/icm/GNUmakefile.in index 78e578e99..7c01c9b26 100644 --- a/src/xspice/icm/GNUmakefile.in +++ b/src/xspice/icm/GNUmakefile.in @@ -102,7 +102,7 @@ cm-descr := \ cm-clean : -rm -f $(cm)/$(cm).cm -rm -f $(cm-descr) $(cm-objs) $(cm-gens) - -rm -f $(cm)/*/*.o $(cm)/*/*.c $(cm)/*/.deps/* + -rm -f $(cm)/*/*.o $(cm)/*/.deps/* -rm -f $(cm-deps) cm-distclean :