Fix: make check in OOT build with absolute path
[babeltrace.git] / tests / bin / Makefile.am
index 0245238c626a63e33591ebd3648e2963f57b2dfd..086919b77cf1064bb002071342a6d73acd48cb61 100644 (file)
@@ -3,5 +3,5 @@ CLEANFILES = $(noinst_SCRIPTS)
 EXTRA_DIST = test_trace_read.in
 
 $(noinst_SCRIPTS): %: %.in
-       sed "s#@TOPSRCDIR@#$(top_srcdir)#g" < $< > $@
+       sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@
        chmod +x $@
This page took 0.022567 seconds and 4 git commands to generate.