From d0604b748ecd5cb94d1e2679eddc381dcbeb31d6 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 26 Jul 2001 13:31:12 +0000 Subject: [PATCH] Makefile: Add TOPDIR entry --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5db98939..75b39bf1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ +MODDIR=. TOPDIR=. CLEAN = include lib SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "include\|CVS\|lib\|nomake" | grep /) -include $(TOPDIR)/make/dirs.mk +include $(MODDIR)/make/dirs.mk