cleanup: don't copy lttng-gen-tp in OOT builds
[lttng-ust.git] / tools / Makefile.am
index 65e9dcf2459e2ff84a5907e094ba62fa2a350e8b..06bca117754103fdd2bafde1fdd64e0a75e6e852 100644 (file)
@@ -1,17 +1,3 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
 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
-
-clean-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(dist_bin_SCRIPTS); do \
-                       rm -f $(builddir)/$$script; \
-               done; \
-       fi
This page took 0.023536 seconds and 4 git commands to generate.