make, scripts: Add lots of "all" targets

This commit is contained in:
Jan Lindemann 2002-01-17 21:58:12 +00:00 committed by Jan Lindemann
commit 61e77a5686
5 changed files with 12 additions and 4 deletions

View file

@ -8,3 +8,4 @@ ALL = $(LIBDIR) $(PREREQ_DONE) $(INST_HDRS) $(MEMBERS)
include $(MODDIR)/make/rules.mk
clean: objclean textclean localclean
install: $(ALL)
all: $(ALL)