diff options
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules index a8509bccfc..881d58434e 100644 --- a/Makerules +++ b/Makerules @@ -26,7 +26,7 @@ This makefile requires GNU Make. endif REQUIRED_MAKE_VERSION = 3.74 -REAL_MAKE_VERSION = $(shell echo "$(MAKE_VERSION)" | sed 's/ .*//') +REAL_MAKE_VERSION = $(firstword $(MAKE_VERSION)) ifneq ($(REQUIRED_MAKE_VERSION), \ $(firstword $(sort $(REAL_MAKE_VERSION) $(REQUIRED_MAKE_VERSION)))) |