]> sigrok.org Git - libsigrok.git/commit
Build: Avoid $< in explicit rules
authorDaniel Elstner <redacted>
Tue, 18 Aug 2015 16:06:08 +0000 (18:06 +0200)
committerDaniel Elstner <redacted>
Tue, 18 Aug 2015 16:20:50 +0000 (18:20 +0200)
commitdbde3b65133bca6a00d589b735be5f4ba0049194
tree8b940c167d2921db620aa86b076e6f4facc87be7
parentda0763d0968c5725d75bddedae6029aab837606b
Build: Avoid $< in explicit rules

Although useful, makes other than GNU make do not like this.
Name the prerequisite explicitly instead, and circumvent any
VPATH substitution other makes may do.
Makefile.am