From edef8fb8c27c4757831d675a59b6745557c9a073 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 16 Aug 2007 22:10:56 +0000 Subject: [PATCH] Makefile: Include \$(MODDIR)/make/topdir.mk, like all other projects --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 5907c078..185637ad 100644 --- a/Makefile +++ b/Makefile @@ -28,14 +28,5 @@ SUBDIRS = inst/pre \ lib include bin \ inst/post -ifneq ($(wildcard $(TOPDIR)/make/proj.mk),) - include $(TOPDIR)/make/proj.mk -include $(MODDIR)/make/defs.mk -include $(MODDIR)/make/subdirs.mk -include $(MODDIR)/make/rules.mk -include $(MODDIR)/make/rpmdist.mk - -endif - -include $(TOPDIR)/make/autoconf.mk +include $(TOPDIR)/make/topdir.mk