K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2020-05-12T20:10:42.396967Z
K 7
svn:log
V 400
Fix syntax in Makefile

GNU make 4.3 emits the following warning:  "ignoring prerequisites on
suffix rule definition".

In previous versions, no warning was emitted and a suffix rule was
created, however all prerequisites were ignored and were not part of
the suffix rule.  Starting with GNU make 4.3, the behaviour is the same,
and in addition a warning is generated.  This commit fixes the syntax.

END
