From b03a784f57515f7166733603b7119c4df43777a8 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 16 Aug 2007 19:04:22 +0000 Subject: [PATCH] topdir.mk: Remove make/moddir.mk (info should now be in proj.mk) --- make/topdir.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/make/topdir.mk b/make/topdir.mk index 47b72899..c4789571 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -6,9 +6,7 @@ clean: topdir.clean distclean: topdir.distclean config: -ifeq ($(wildcard $(TOPDIR)/make/defs.mk),) - include make/moddir.mk -else +ifneq ($(wildcard $(TOPDIR)/make/defs.mk),) include $(MODDIR)/make/defs.mk include $(MODDIR)/make/rpmdist.mk @@ -38,3 +36,4 @@ ifneq ($(wildcard $(TOPDIR)/make/defs.mk.in),) include $(MODDIR)/make/autoconf.mk endif +