Revision 8962
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
5 | 5 |
|
6 | 6 |
table.tsv/make () |
7 | 7 |
{ |
8 |
echo_func; set_make_vars |
|
8 |
echo_func; set_make_vars; export target
|
|
9 | 9 |
inline_make 3<<'EOF' |
10 |
table.tsv:
|
|
10 |
$(target):
|
|
11 | 11 |
$(self_dir)/MySQL_export >$@ |
12 | 12 |
EOF |
13 | 13 |
} |
Also available in: Unified diff
bugfix: inputs/GBIF/table.run: table.tsv/make (): need to use $(target) (target's path relative to curdir) instead of just the filename, now that make does not change the directory