make: Renamed LIBDIR to BUILD_LIBDIR

This commit is contained in:
Jan Lindemann 2007-08-21 16:20:19 +00:00 committed by Jan Lindemann
commit 1924377731
4 changed files with 7 additions and 7 deletions

View file

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