aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/build-data/makefile/gmake.in2
-rw-r--r--src/build-data/makefile/nmake.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/makefile/gmake.in b/src/build-data/makefile/gmake.in
index bcaa5b9a0..2bdf34e4a 100644
--- a/src/build-data/makefile/gmake.in
+++ b/src/build-data/makefile/gmake.in
@@ -96,7 +96,7 @@ docs:
clean:
$(RM_R) %{build_dir}/lib/* %{build_dir}/tests/*
- $(RM) $(LIBRARIES) $(SYMLINK) $(SONAME) $(APP)
+ $(RM) $(LIBRARIES) $(SYMLINK) $(SONAME) $(APP) $(TEST)
distclean: clean
$(RM_R) %{build_dir}
diff --git a/src/build-data/makefile/nmake.in b/src/build-data/makefile/nmake.in
index 413428803..1ebba3c9f 100644
--- a/src/build-data/makefile/nmake.in
+++ b/src/build-data/makefile/nmake.in
@@ -79,7 +79,7 @@ docs:
clean:
$(RM) %{build_dir}\lib\* %{build_dir}\tests\*
$(RM) *.manifest *.exp *.dll
- $(RM) $(LIBRARIES) $(APP)
+ $(RM) $(LIBRARIES) $(APP) $(TEST)
distclean: clean
$(RM_R) %{build_dir}