summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-15 17:44:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-15 17:44:05 +0000
commit0584a406ed7215cc70fa96b6c53771dd47addff8 (patch)
tree761d05bbf5d86b842c54aa78112638d9c1467bb1 /mdk-stage1/Makefile
parent568483493b3c580e60a39b3e672eeb6974f483c8 (diff)
downloaddrakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar
drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.gz
drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.bz2
drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.xz
drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.zip
factorize the distrib version
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile4
1 files changed, 1 insertions, 3 deletions
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)