From 0584a406ed7215cc70fa96b6c53771dd47addff8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 15 Jan 2005 17:44:05 +0000 Subject: factorize the distrib version --- mdk-stage1/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mdk-stage1/Makefile') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index d20aecf71..ae1713aa0 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -40,14 +40,12 @@ #***************************************************************************** -VERSION = 10.1 - top_dir = . include $(top_dir)/Makefile.common -DEFS = -DVERSION=\"$(VERSION)\" -DSPAWN_SHELL $(ADDITIONAL_DEFS) -D_FILE_OFFSET_BITS=64 +DEFS = -DDISTRIB_NAME=\"$(DISTRIB_NAME)\" -DDISTRIB_VERSION=\"$(DISTRIB_VERSION)\" -DDISTRIB_DESCR=\"$(DISTRIB_DESCR)\" -DSPAWN_SHELL $(ADDITIONAL_DEFS) -D_FILE_OFFSET_BITS=64 COMPILE = $(CC) $(DEFS) $(CFLAGS) -- cgit v1.2.1