diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 96771be..53e3329 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -66,7 +66,7 @@ test010 = -n "$(shell \ echo all: ; \ echo \\ @true; \ ) | $(MAKE) -f - 2>&1 | \ - grep Stop.)" + fgrep Stop.)" ### END OF TEST EXPRESSIONS ### |