From 6ad0e55b170d031afa4e3c86302e1850d7aa3975 Mon Sep 17 00:00:00 2001 From: levine Date: Thu, 5 Nov 1998 19:24:43 +0000 Subject: default VERSION to 3.0.0 --- include/makeinclude/platform_lynxos.GNU | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/makeinclude/platform_lynxos.GNU') diff --git a/include/makeinclude/platform_lynxos.GNU b/include/makeinclude/platform_lynxos.GNU index 707477d0808..d4062ddd1d4 100644 --- a/include/makeinclude/platform_lynxos.GNU +++ b/include/makeinclude/platform_lynxos.GNU @@ -1,7 +1,7 @@ # $Id$ # -# LynxOS with g++. Defaults to LynxOS Version 2.5.0. For Version 3.0.0, -# add "VERSION=3.0.0" to your make invocation. +# LynxOS with g++. Defaults to LynxOS Version 3.0.0. For Version 2.5.0, +# for example, add "VERSION=2.5.0" to your make invocation. debug = 1 shared_libs = @@ -16,7 +16,7 @@ ifneq ($(shell uname -s),LynxOS) #### before running "make". ifeq (,$(VERSION)) - VERSION=2.5.0 + VERSION=3.0.0 endif # VERSION ifeq (,$(LYNXTARGET)) -- cgit v1.2.1