forked from Lainports/opnsense-ports
17 lines
442 B
Text
17 lines
442 B
Text
--- include/Makefile.am.orig 2017-01-12 17:07:16 UTC
|
|
+++ include/Makefile.am
|
|
@@ -1,8 +1,8 @@
|
|
-if LTTNG_TOOLS_BUILD_GIT_SOURCE
|
|
-GIT_DESCRIBE_CMD = (cd $(top_srcdir); git describe)
|
|
-else
|
|
-GIT_DESCRIBE_CMD = /bin/true
|
|
-endif
|
|
+##if LTTNG_TOOLS_BUILD_GIT_SOURCE
|
|
+##GIT_DESCRIBE_CMD = (cd ${top_srcdir}; git describe)
|
|
+##else
|
|
+GIT_DESCRIBE_CMD = /usr/bin/true
|
|
+##endif
|
|
|
|
##
|
|
## The version.h file must be verified and generated or updated if the
|
|
|