Project

General

Profile

« Previous | Next » 

Revision 8962

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

View differences:

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