From 0e4e26b432e629ae26f1f1dd3b0b0f9c1a57868f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 20 Mar 2018 14:58:12 -0600 Subject: [PATCH] Keep config.status during "make clean" --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 93a7c98..00bdc40 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ SUBDIRS=man libctsupport libctsim html cgi-bin include $(EXTRA_DIRS1) $(EXTRA_D EXTRA_DIST=acsite.m4 make.bat msvc/ctsim.dsw msvc/ctsimtext/ctsimtext.dsp msvc/libctsim/libctsim.dsp msvc/ctsim/ctsim.dsp -CLEANFILES=docs/html/\* config.log config.status configure.in config.h stamp-h1 +CLEANFILES=docs/html/\* config.log configure.in config.h stamp-h1 clean-local: rm -rf docs/html -- 2.34.1