]> git.ipfire.org Git - thirdparty/collectd.git/commit
Avoid $< (implied source) in non-inference rules 3376/head
authorEdgar Fuß <ef@math.uni-bonn.de>
Tue, 29 Oct 2019 18:01:33 +0000 (19:01 +0100)
committerDagobert Michelsen <dam@opencsw.org>
Tue, 18 Feb 2020 16:05:42 +0000 (17:05 +0100)
commitde6653bf1f47258cf1233d1c0338cef5f35c1e7c
tree93303451040b779fe7d4425bc9244bd7639479cc
parent97814b4c9b2657258442fd163e5ee8479bfe4479
Avoid $< (implied source) in non-inference rules

Spell out input files in the collectd.grpc.pb.cc, collectd.pb.cc and types.pb.cc targets instead of using $<, which may only be defined for inference rules in non-GNU (but POSIX-compilent) versions of make.
Makefile.am