From 7facbfca5f2510a863afc3dfb8d74a7d0f431d5e Mon Sep 17 00:00:00 2001 From: Markus Bentrup Date: Fri, 18 Aug 2006 18:36:17 +0000 Subject: [PATCH] bugfix: Build had failed when there was no make/proj.mk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2da2151..f16cd9bf 100644 --- a/Makefile +++ b/Makefile @@ -35,4 +35,4 @@ include $(MODDIR)/make/rpmdist.mk endif -include $(MODDIR)/make/autoconf.mk +include $(TOPDIR)/make/autoconf.mk