diff options
author | Lars Hjemli | 2008-07-22 19:01:31 +0200 |
---|---|---|
committer | Lars Hjemli | 2008-07-22 19:02:27 +0200 |
commit | f49ea2c9968a8b30c0c268ca52aa066960fd98f7 (patch) | |
tree | d7fd1b180329a1198e6d7a017485c6bdc5c60b50 | |
parent | Adjust to new calling convention for read_tree_recursive() (diff) | |
download | cgit-f49ea2c9968a8b30c0c268ca52aa066960fd98f7.tar.gz cgit-f49ea2c9968a8b30c0c268ca52aa066960fd98f7.zip |
tests/Makefile: not everyone has `.` in $PATH
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 697e5a1..8c6c236 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
@@ -5,7 +5,7 @@ T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) | |||
5 | all: $(T) | 5 | all: $(T) |
6 | 6 | ||
7 | $(T): | 7 | $(T): |
8 | @$@ | 8 | @./$@ |
9 | 9 | ||
10 | clean: | 10 | clean: |
11 | $(RM) -rf trash | 11 | $(RM) -rf trash |