Skip to content

Commit 1954399

Browse files
[BROKEN] do not use
1 parent 8b240f4 commit 1954399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ endif
5050

5151
# Check if POSIX touch command can be resolved by COMMAND in the runtime env
5252
ifeq "$(notdir $(shell $(COMMAND) touch))" ""
53-
# This is a non-POSIX environment, so try Windows fallback
54-
COMMAND := where
53+
# This is a non-POSIX environment, so try Windows fallback logic
54+
COMMAND!=`command -v`
5555
endif
5656

5757
ifeq "$(MAKE)" ""

0 commit comments

Comments
 (0)