--- a/test/make/TestCopyFiles.gmk Tue Nov 21 23:38:53 2017 +0000
+++ b/test/make/TestCopyFiles.gmk Tue Nov 21 16:54:46 2017 -0800
@@ -52,7 +52,7 @@
$(TOUCH) $(SRC_DIR)/foo/foofile
$(TOUCH) "$(SRC_DIR)/foo/foo file"
# Spaces in directories only works with gnu make 4.0 or later
- ifeq (4.0dfd, $(firstword $(sort 4.0 $(MAKE_VERSION))))
+ ifeq (4.0, $(firstword $(sort 4.0 $(MAKE_VERSION))))
$(MKDIR) -p "$(SRC_DIR)/foo bar"
$(TOUCH) "$(SRC_DIR)/foo bar/foobarfile"
$(TOUCH) "$(SRC_DIR)/foo bar/foo bar file"