From 685f7227dc83df9930e2a5a4d359b51b23cfc0ee Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 11 Nov 2014 01:09:31 +0100 Subject: [PATCH] tests/Makefile: New try to fix fate-ffprobe with --target-path. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index f08f92475f..19800ddff4 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -38,7 +38,7 @@ tests/data/vsynth3.yuv: tests/videogen$(HOSTEXESUF) | tests/data tests/test_copy.ffmeta: TAG = COPY tests/test_copy.ffmeta: tests/data - $(M)cp -f $(SRC_PATH)/tests/test.ffmeta $(TARGET_PATH)/tests/test_copy.ffmeta + $(M)cp -f $(SRC_PATH)/tests/test.ffmeta tests/test_copy.ffmeta tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) tests/test_copy.ffmeta $(M)$(TARGET_EXEC) ./$< \