From 7735cd4e3d8434afa6fcd19ef408d4573cc57197 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 1 May 2004 20:44:35 +0000 Subject: [PATCH] * Distclean shouldn't remove cln.spec. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7a15e7a..2337cd0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -65,7 +65,7 @@ clean : force distclean : force cd @subdir@; if test -f Makefile; then $(MAKE) distclean; fi $(RM) config.status config.log config.cache Makefile - $(RM) cln-config cln-config.1 cln.spec cln.pc + $(RM) cln-config cln-config.1 cln.pc $(RM) libtool $(RM) include/cln/config.h include/cln/intparam.h include/cln/floatparam.h src/base/cl_base_config.h src/base/cl_gmpconfig.h src/float/cl_float_config.h src/timing/cl_t_config.h -- 2.45.0