From 509fb5c6d137fca70a62495517cbc9dafb753103 Mon Sep 17 00:00:00 2001 From: bdc Date: Thu, 22 Aug 1996 19:46:07 +0000 Subject: [PATCH] fixed another bug in clean target --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index db71bb9..6007167 100644 --- a/Makefile.in +++ b/Makefile.in @@ -320,8 +320,8 @@ configure: configure.in clean: clean-cig clean-scsh -rm -f $(VM) *.o TAGS $(IMAGE) *.tmp script $(MANPAGE) \ - link/*.image debug/*.image debug/*.debug mini mini-heap.c \ - -find . -name "*~" -o -name ".#*" -o -name core -exec rm {} \; + link/*.image debug/*.image debug/*.debug mini mini-heap.c + -find . -name '*~' -o -name '#*' -o -name core -exec rm {} \; clean-cig: -rm -f cig/*.o $(CIG) $(CIG).image $(LIBCIG)