summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-05 19:24:43 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-05 19:24:43 +0000
commit6ad0e55b170d031afa4e3c86302e1850d7aa3975 (patch)
treee780e78559bdaf0c2fde715fed28c5539af61c86 /include
parent0249c990903b27f67ada73aaaf79614def26b7e4 (diff)
downloadATCD-6ad0e55b170d031afa4e3c86302e1850d7aa3975.tar.gz
default VERSION to 3.0.0
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_lynxos.GNU6
1 files changed, 3 insertions, 3 deletions
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))