From 6f987aaa723398a8ea478005fc547e758f0dfe16 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Thu, 25 Jan 2001 11:14:10 +0000 Subject: [PATCH] added rm *.spec in Makefile.in --- helm/helm_data/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/helm_data/Makefile.in b/helm/helm_data/Makefile.in index bf5738b22..f1ba7b438 100644 --- a/helm/helm_data/Makefile.in +++ b/helm/helm_data/Makefile.in @@ -9,7 +9,7 @@ install: cp style/*.xsl $(HELM_STYLE_DIR) distclean: - rm -f Makefile configure config.log config.cache config.status + rm -f Makefile configure config.log config.cache config.status *.spec rm -rf dtd style .PHONY: all install distclean -- 2.39.2