From e48308c8504181e4ba2d7eb6b0ebe2618f3bcff3 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 24 Apr 2009 08:59:42 +0000 Subject: [PATCH] Changed comment on version of GNU make needed. --- configure/RULES_DIRS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/RULES_DIRS b/configure/RULES_DIRS index 4d7c160f4..0e5a0bbea 100644 --- a/configure/RULES_DIRS +++ b/configure/RULES_DIRS @@ -38,7 +38,7 @@ all : install rebuild : clean install # Create directory dependancies lines for GNU make -j option -# Only works with GNU make 3.80 or later (uses eval function) +# Only works with GNU make 3.81 or later (uses eval function) define DEP_template1 $(1): $$($(1)_DEPEND_DIRS) endef