Everywhere: Rename ytools.mk to proj.mk

Replace ytools.mk by proj.mk for consistency reasons:
$(TOPDIR)/make/proj.mk should be the project-wide but project-private
makefile for projects.
This commit is contained in:
Jan Lindemann 2006-07-31 14:12:38 +00:00 committed by Jan Lindemann
commit 4fd6a6d677
9 changed files with 9 additions and 9 deletions

View file

@ -26,9 +26,9 @@ SUBDIRS = inst/pre \
lib include bin \
inst/post
ifneq ($(wildcard $(MODDIR)/make/ytools.mk),)
ifneq ($(wildcard $(MODDIR)/make/proj.mk),)
include $(MODDIR)/make/ytools.mk
include $(MODDIR)/make/proj.mk
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/subdirs.mk
include $(MODDIR)/make/rules.mk