Add abi0 conflict tests
[lttng-ust.git] / tools / Makefile.am
index c5978bf84e01aab90e43ba7e3b2d6733f9895792..06bca117754103fdd2bafde1fdd64e0a75e6e852 100644 (file)
@@ -1,15 +1,3 @@
-dist_bin_SCRIPTS = lttng-gen-tp
-
-all-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(dist_bin_SCRIPTS); do \
-                       cp -f $(srcdir)/$$script $(builddir); \
-               done; \
-       fi
+# SPDX-License-Identifier: LGPL-2.1-only
 
-clean-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(dist_bin_SCRIPTS); do \
-                       rm -f $(builddir)/$$script; \
-               done; \
-       fi
+dist_bin_SCRIPTS = lttng-gen-tp
This page took 0.030732 seconds and 4 git commands to generate.