diff options
author | Pavel Tisnovsky <[email protected]> | 2012-12-05 11:12:16 +0100 |
---|---|---|
committer | Pavel Tisnovsky <[email protected]> | 2012-12-05 11:12:16 +0100 |
commit | 7be1687bb1c3dc011805824509a1765518506590 (patch) | |
tree | 102181c9c3d1e83bc98b41ba376178137c46cbb9 /Makefile.am | |
parent | 81f8877cb6eed1730f4237b41e7e6ecee1bf281d (diff) |
Avoid warning message printed in clean target if softkiller is not compiled.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3a2a1b0..c6478d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1198,7 +1198,7 @@ clean_tests_reports: rm -f $(TESTS_DIR)/*.html clean-$(SOFTKILLER): - rm $(TESTS_DIR)/softkiller + rm -f $(TESTS_DIR)/softkiller clean-netx-dist-tests: clean_tests_reports netx-dist-tests-remove-cert-from-public clean-custom-reproducers clean-$(SOFTKILLER) rm -f test-extensions-source-files.txt |