aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/build-data/makefile/gmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/gmake.in b/src/build-data/makefile/gmake.in
index c6ef73854..4eb4b0fe6 100644
--- a/src/build-data/makefile/gmake.in
+++ b/src/build-data/makefile/gmake.in
@@ -47,7 +47,7 @@ $(STATIC_LIB): $(LIBOBJS)
$(RANLIB) $(STATIC_LIB)
# Fake targets
-.PHONY = clean distclean docs install valgrind lcov
+.PHONY: clean distclean docs install valgrind lcov
%{gmake_coverage_in}