From 09d1d38d0ee4494f8cf064ee4d6d9937db8e0e2b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 24 Aug 2017 04:13:44 -0400 Subject: [PATCH] Clear CMake warning due to missing 'clean' rule --- CMakeLists.txt | 3 --- GNUmakefile | 0 2 files changed, 3 deletions(-) mode change 100644 => 100755 GNUmakefile diff --git a/CMakeLists.txt b/CMakeLists.txt index 0691adcd..7a4f1d2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -508,9 +508,6 @@ if (BUILD_SHARED) add_dependencies(dynamic cryptopp-shared) endif() -add_custom_target(distclean) -add_dependencies(distclean clean) - #============================================================================ # Third-party libraries #============================================================================ diff --git a/GNUmakefile b/GNUmakefile old mode 100644 new mode 100755