* aix5ppc-core.c: Define macros for the default architecture and
[deliverable/binutils-gdb.git] / Makefile.in
index edd2984fce4dd6e1d809473422f9c0dea7f244ed..dc3b0c5569a879b89b532d0b2d4abf179e42050f 100644 (file)
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 
+# First, test for a proper version of make, but only where one is required.
+
+@if gcc
+ifeq (,$(.VARIABLES)) # The variable .VARIABLES, new with 3.80, is never empty.
+$(error GNU make version 3.80 or newer is required.)
+endif
+@endif gcc
+
 # -------------------------------
 # Standard Autoconf-set variables
 # -------------------------------
This page took 0.043127 seconds and 4 git commands to generate.