fixed another bug in clean target

This commit is contained in:
bdc 1996-08-22 19:46:07 +00:00
parent e124c6906c
commit 509fb5c6d1
1 changed files with 2 additions and 2 deletions

View File

@ -320,8 +320,8 @@ configure: configure.in
clean: clean-cig clean-scsh clean: clean-cig clean-scsh
-rm -f $(VM) *.o TAGS $(IMAGE) *.tmp script $(MANPAGE) \ -rm -f $(VM) *.o TAGS $(IMAGE) *.tmp script $(MANPAGE) \
link/*.image debug/*.image debug/*.debug mini mini-heap.c \ link/*.image debug/*.image debug/*.debug mini mini-heap.c
-find . -name "*~" -o -name ".#*" -o -name core -exec rm {} \; -find . -name '*~' -o -name '#*' -o -name core -exec rm {} \;
clean-cig: clean-cig:
-rm -f cig/*.o $(CIG) $(CIG).image $(LIBCIG) -rm -f cig/*.o $(CIG) $(CIG).image $(LIBCIG)