6909026: Change GNU make version requirement to 3.81
authorohair
Sat, 18 Dec 2010 18:29:58 -0800
changeset 7578 670662dc2a25
parent 7577 20a9ad5a9ad9
child 7591 c7ae8ae2340b
6909026: Change GNU make version requirement to 3.81 Reviewed-by: robilad
corba/make/common/shared/Platform.gmk
--- a/corba/make/common/shared/Platform.gmk	Thu Dec 16 19:56:44 2010 -0800
+++ b/corba/make/common/shared/Platform.gmk	Sat Dec 18 18:29:58 2010 -0800
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -383,7 +383,7 @@
 
 REQUIRED_ZIP_VER = 2.2
 REQUIRED_UNZIP_VER = 5.12
-REQUIRED_MAKE_VER = 3.78
+REQUIRED_MAKE_VER = 3.81
 
 # Unix type settings (same for all unix platforms)
 ifneq ($(PLATFORM), windows)