aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-01 17:34:46 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-02 00:35:16 +0000
commit4cdfc5c014cb924d1ff1602dfb2b7e8686351f05 (patch)
tree7da3c3fbc571accbeab40134b82c01f10dec9384 /CMakeLists.txt
parentae26b12f3e93e3f0938cc7e13f8ece57a7843e9c (diff)
AUTHORS-SHORT is build in ${CMAKE_BINARY_DIR}, not ${CMAKE_SOURCE_DIR}.
Make the dependencies list indicate that. Change-Id: I88416e1239130b7661bbd9deccfb289e0b0fd627 Reviewed-on: https://code.wireshark.org/review/2770 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f94c750a7..cb874c032a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1437,7 +1437,7 @@ pod2manhtml( ${CMAKE_SOURCE_DIR}/doc/wireshark-filter 4 )
add_custom_target(
auxiliary ALL
DEPENDS
- AUTHORS-SHORT
+ ${CMAKE_BINARY_DIR}/AUTHORS-SHORT
capinfos.html
captype.html
dftest.html