Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / utils / tap / Makefile.am
index 8b224c48233b658fb2e9a1d0b21b9d8ee5e50208..5a78e1acde4410ba9bfed4c9ff795098b0d2cafb 100644 (file)
@@ -1,20 +1,6 @@
+# SPDX-License-Identifier: MIT
+
 noinst_LTLIBRARIES = libtap.la
 libtap_la_SOURCES = tap.c tap.h
 
-SCRIPT_LIST = tap.sh
-
-dist_noinst_SCRIPTS = $(SCRIPT_LIST)
-
-all-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(SCRIPT_LIST); do \
-                       cp -f $(srcdir)/$$script $(builddir); \
-               done; \
-       fi
-
-clean-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(SCRIPT_LIST); do \
-                       rm -f $(builddir)/$$script; \
-               done; \
-       fi
+dist_noinst_SCRIPTS = tap.sh
This page took 0.023078 seconds and 4 git commands to generate.