make, scripts: Project description default location is now $(TOPDIR)/make

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-01-29 14:03:03 +00:00
commit c7400a0bd8
4 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,7 @@ config:
SUBDIRS ?= $(wildcard inst/pre make scripts contrib tools src include lib bin \
util plugins conf config cfg images doc test inst/post)
PROJECT_DESCR = $(TOPDIR)/doc/share/project.txt
PROJECT_DESCR = $(TOPDIR)/make/project.conf
ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
include $(TOPDIR)/make/defs.mk