Everywhere: Streamline TOPDIR

Make definition and usage of TOPDIR consistent with other projects
This commit is contained in:
Jan Lindemann 2006-08-16 14:53:49 +00:00 committed by Jan Lindemann
commit 2f2c60f614
9 changed files with 19 additions and 19 deletions

View file

@ -3,8 +3,7 @@
# contact@jannet.de
# $Id$
TOPDIR=.
MODDIR=.
TOPDIR = .
SUBDIRS = inst/pre \
make \
@ -26,9 +25,9 @@ SUBDIRS = inst/pre \
lib include bin \
inst/post
ifneq ($(wildcard $(MODDIR)/make/proj.mk),)
ifneq ($(wildcard $(TOPDIR)/make/proj.mk),)
include $(MODDIR)/make/proj.mk
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/subdirs.mk
include $(MODDIR)/make/rules.mk