aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/gmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/makefile/gmake.in')
-rw-r--r--src/build-data/makefile/gmake.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/build-data/makefile/gmake.in b/src/build-data/makefile/gmake.in
index ac3b8fae1..dd2fa418d 100644
--- a/src/build-data/makefile/gmake.in
+++ b/src/build-data/makefile/gmake.in
@@ -44,6 +44,9 @@ $(STATIC_LIB): $(LIBOBJS)
$(AR) $(STATIC_LIB) $(LIBOBJS)
$(RANLIB) $(STATIC_LIB)
+# Fake targets
+.PHONY = clean distclean docs website install valgrind lcov
+
%{gmake_coverage_in}
SPHINX_CONFIG = %{sphinx_config_dir}
@@ -52,8 +55,6 @@ SPHINX_OPTS = -b html
WEBSITE_DIR=%{doc_output_dir}/website
WEBSITE_SRC_DIR=%{doc_output_dir}/website-src
-.PHONY = clean distclean docs website install valgrind
-
clean:
-$(RM) %{libobj_dir}/*
-$(RM) %{testobj_dir}/*