Skip to content

Commit d6cb0b4

Browse files
committed
Use automatic variable $+ instead of $(DATA) in the makefile rule, because it is able to cope with vpath
1 parent c9fa299 commit d6cb0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ endif
2828

2929

3030
$(DATA_built): $(DATA)
31-
cat $(DATA) > $(DATA_built)
31+
cat $+ > $@

0 commit comments

Comments
 (0)