Changed comment on version of GNU make needed.

This commit is contained in:
Ralph Lange
2009-04-24 08:59:42 +00:00
parent f7412f0c46
commit e48308c850

View File

@@ -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