More Makefile updates; updates for bash-5.3-beta

This commit is contained in:
Chet Ramey
2024-11-15 11:15:23 -05:00
parent b116cfe57d
commit fa68e6da80
22 changed files with 1018 additions and 492 deletions
+5 -1
View File
@@ -102,9 +102,13 @@ alloca.o: $(srcdir)/$(ALLOCA_SOURCE)
mv $(ALLOCA_OBJECT) alloca.o >/dev/null 2>&1 ; \
fi
mostlyclean clean:
.PHONY: clean maintainer-clean distclean mostlyclean
mostlyclean:
$(RM) *.o libmalloc.a
clean: mostlyclean
distclean realclean maintainer-clean: clean
$(RM) Makefile