They don't really contribute to anything as the command line is fixed,
and it makes CMake 3.20+ upset since it cannot find that file and
instead thinks we meant maketarball.in (CMP0115).
endif()
add_custom_target(tarball bash maketarball
- DEPENDS ${TARBALL_DEPENDS}
- SOURCES maketarball)
+ DEPENDS ${TARBALL_DEPENDS})
add_custom_target(servertarball bash maketarball server
- DEPENDS ${TARBALL_DEPENDS}
- SOURCES maketarball)
+ DEPENDS ${TARBALL_DEPENDS})
endif() #UNIX