From 582001289fe5954d2a7262bf60c0dbf241e8b91a Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sat, 19 May 2007 17:33:01 +0200 Subject: [PATCH] move gen_defs into tools where it belongs Signed-off-by: Pierre Habouzit --- CMakeLists.txt | 4 ++-- gen_defs => tools/gen_defs | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename gen_defs => tools/gen_defs (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1632fe3..4c01875 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -371,8 +371,8 @@ TARGET_LINK_LIBRARIES(madmutt_dotlock lib) ADD_CUSTOM_COMMAND( OUTPUT ${madmutt_SOURCE_DIR}/keymap_defs.h - DEPENDS ${madmutt_SOURCE_DIR}/OPS ${madmutt_SOURCE_DIR}/gen_defs - COMMAND ${madmutt_SOURCE_DIR}/gen_defs ${madmutt_SOURCE_DIR}/OPS > ${madmutt_SOURCE_DIR}/keymap_defs.h + DEPENDS ${madmutt_SOURCE_DIR}/OPS ${madmutt_SOURCE_DIR}/tools/gen_defs + COMMAND ${madmutt_SOURCE_DIR}/tools/gen_defs ${madmutt_SOURCE_DIR}/OPS > ${madmutt_SOURCE_DIR}/keymap_defs.h COMMENT "Generating ${madmutt_SOURCE_DIR}/keymap_defs.h from ${madmutt_SOURCE_DIR}/OPS" ) ADD_CUSTOM_COMMAND( diff --git a/gen_defs b/tools/gen_defs similarity index 100% rename from gen_defs rename to tools/gen_defs -- 2.20.1