From 6b5493b81c86dcc6cde007945cfa76cfcb70ebb2 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 23 Aug 2009 12:55:29 -0700 Subject: [PATCH] Add .*~ to files removed by "clean" --- Shorewall/Makefile | 2 +- Shorewall6/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Makefile b/Shorewall/Makefile index c30df8da3..0858a16e7 100644 --- a/Shorewall/Makefile +++ b/Shorewall/Makefile @@ -15,7 +15,7 @@ $(VARDIR)/${RESTOREFILE}: $(CONFDIR)/* fi clean: - @rm -f $(CONFDIR)/*~ + @rm -f $(CONFDIR)/*~ $(CONFDIR)/.*~ .PHONY: clean # EOF diff --git a/Shorewall6/Makefile b/Shorewall6/Makefile index 9a8cb1c75..61fe447cb 100644 --- a/Shorewall6/Makefile +++ b/Shorewall6/Makefile @@ -15,7 +15,7 @@ $(VARDIR)/${RESTOREFILE}: $(CONFDIR)/* fi clean: - @rm -f $(CONFDIR)/*~ + @rm -f $(CONFDIR)/*~ $(CONFDIR)/.*~ .PHONY: clean # EOF