tests: build system spring cleanup
[babeltrace.git] / tests / utils / tap / Makefile.am
index 8b224c48233b658fb2e9a1d0b21b9d8ee5e50208..bf12125581ad90a2981557ff8275c47b3280f2d0 100644 (file)
@@ -1,20 +1,4 @@
 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.023371 seconds and 4 git commands to generate.