File: fix_makefile4test.patch

package info (click to toggle)
fastml 3.11-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,776 kB
  • sloc: cpp: 48,522; perl: 3,588; ansic: 819; makefile: 386; python: 83; sh: 55
file content (16 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 22 Jun 2015 09:47:25 +0200
Forwarded-Upstream: Haim Ashkenazy <haim.ashkenazy@gmail.com>
Description: Current dir is not in PATH by default

--- a/libs/phylogeny/tests/Makefile
+++ b/libs/phylogeny/tests/Makefile
@@ -43,7 +43,7 @@ readTreeWithComments.out.tmp: readTreeWi
 	./$^>$@
 
 %.out.tmp: %
-	$(*) > $@
+	./$(*) > $@
 
 tests: $(TESTS)