Remove a bogus make-dissector-reg dependency from UseMakeDissectorReg.cmake

The shell script is not used in the CMake build system.

Change-Id: I97d3d750f2521c626594200da8fc9a4453414576
Reviewed-on: https://code.wireshark.org/review/3530
Reviewed-by: Evan Huus <eapache@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Роман Донченко 2014-08-10 18:21:31 +04:00 committed by Anders Broman
parent 4fd9809a78
commit 0ea25a6ddf
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ MACRO(REGISTER_DISSECTOR_FILES _outputfile _registertype )
${_sources}
DEPENDS
${_depends}
${CMAKE_SOURCE_DIR}/tools/make-dissector-reg
${CMAKE_SOURCE_DIR}/tools/make-dissector-reg.py
)
ENDMACRO(REGISTER_DISSECTOR_FILES)