summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/flymake-resources/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/flymake-resources/Makefile')
-rw-r--r--test/lisp/progmodes/flymake-resources/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/flymake-resources/Makefile b/test/lisp/progmodes/flymake-resources/Makefile
index 494407567f2..05399ba388b 100644
--- a/test/lisp/progmodes/flymake-resources/Makefile
+++ b/test/lisp/progmodes/flymake-resources/Makefile
@@ -8,6 +8,6 @@ CC_OPTS = -Wall -Wextra
## normally use flymake, so it seems like just avoiding the issue
## in this test is fine. Set flymake-log-level to 3 to investigate.
check-syntax:
- GCC_COLORS= $(CC) $(CC_OPTS) ${CHK_SOURCES} || true
+ GCC_COLORS= gcc $(CC_OPTS) ${CHK_SOURCES} || true
# eof