]> sigrok.org Git - libsigrok.git/commit - Makefile.am
Makefile.am: Use @ORDER@ instead of |.
authorUwe Hermann <redacted>
Wed, 9 Sep 2015 06:21:01 +0000 (08:21 +0200)
committerUwe Hermann <redacted>
Wed, 9 Sep 2015 13:20:10 +0000 (15:20 +0200)
commitba3070ff3412bd547d2f1554430818de9f003733
treea5cf49201fb602ecbb4ce0fa5949598ebeef85c7
parentfd31865ef42ad6b48f47a616c1aebd9e5b4c1ec1
Makefile.am: Use @ORDER@ instead of |.

This is set to | (or left empty) by SR_PROG_MAKE_ORDER_ONLY for
portability reasons, since not all Make implementations support
order-only prerequisites.
Makefile.am