2 # Copyright (C) 2016 and later: Unicode, Inc. and others.
3 # License & terms of use: http://www.unicode.org/copyright.html
4 #******************************************************************************
5 # Copyright (C) 2008-2011, International Business Machines
6 # Corporation and others. All Rights Reserved.
7 #******************************************************************************
8 # Make sure we have the right version of Make.
11 ifeq ($(MACHTYPE),i370-ibm-mvs)
14 ifeq ($(PLATFORM),OS390)
17 ifeq ($(MACHTYPE),powerpc-ibm-os400)
21 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
23 ifneq ($(at_least),$(latest_a))
25 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
29 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"