From 35f485da5f9c0f1dfcca3513df0b03556f93f19a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Jan 2005 13:39:29 +0000 Subject: include gi/Makefile.config to have DISTRIB_DESCR defined --- mdk-stage1/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index ae1713aa0..af4ec2e15 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -43,6 +43,7 @@ top_dir = . include $(top_dir)/Makefile.common +include $(top_dir)/../Makefile.config DEFS = -DDISTRIB_NAME=\"$(DISTRIB_NAME)\" -DDISTRIB_VERSION=\"$(DISTRIB_VERSION)\" -DDISTRIB_DESCR=\"$(DISTRIB_DESCR)\" -DSPAWN_SHELL $(ADDITIONAL_DEFS) -D_FILE_OFFSET_BITS=64 -- cgit v1.2.1