more build and clean fixes

This commit is contained in:
curt mayer
2020-01-29 23:21:10 -08:00
parent b4c1ca7fcb
commit f9126620c8
3 changed files with 11 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ install:: all
( echo "install in `pwd`/$$dir" ; cd "$$dir" ; make clobber ) ; \
done
clobber: clean
clobber:: clean
-rm -f $$($(CASEFN) $(filter-out $(NODELETE),$(OBJECTS)))
@for dir in $(SUBDIRS) ; do \
( echo "clobbering in `pwd`/$$dir" ; cd "$$dir" ; make clobber ) ; \