aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-09-09 21:27:09 +0200
committerSimon Warta <[email protected]>2015-09-09 21:27:37 +0200
commit37ebfc0c5b3ffe6ead52678425dee62fd7993ec7 (patch)
tree91d7c0c94a112f7c4c8b97819d971d04ca21a035 /src
parent01347333f8e547c5bd6274221e6f3c1c80e1da80 (diff)
.PHONY must be a rule, not a variable
Found by JOM on MinGW.
Diffstat (limited to 'src')
-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}