8191744: Remove typo in makefile
authorerikj
Tue, 21 Nov 2017 16:54:46 -0800
changeset 47879 3812717dc3e9
parent 47878 8794b5061a3e
child 47880 bbd692ad4fa3
8191744: Remove typo in makefile Reviewed-by: tbell
test/make/TestCopyFiles.gmk
--- 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"