make: Add new values to ALL and MEMBER instead of setting them

This commit is contained in:
Jan Lindemann 2002-01-18 00:24:33 +00:00 committed by Jan Lindemann
commit 76b7596817
5 changed files with 4 additions and 7 deletions

View file

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