From 8ff217576a28d08422acb4cc8e8d178e257b3ba2 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Sat, 26 Jul 2003 00:12:17 +0000 Subject: [PATCH] Removed command line definitions of OSG_VERSION and OSG_RELEASE --- Make/makedefs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Make/makedefs b/Make/makedefs index 362d1c22e..903032b2a 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -52,8 +52,6 @@ endif VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) INC = -I$(TOPDIR)/include -DEF = -DOSG_VERSION="$(VERSION)"\ - -DOSG_VERSION_REVISION="$(VERSION_REVISION)" ############################################################################ ## NOTE - Semantics for the use of ARCH, ARCHARGS, and ARCHINST parameters