From: Daniel Elstner Date: Mon, 7 Sep 2015 20:28:14 +0000 (+0200) Subject: Build: Use SR_PROG_MAKE_ORDER_ONLY X-Git-Tag: libsigrok-0.4.0~339 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=5b9e9bba746c25f3b3f0a962dc5586eef3d78197;p=libsigrok.git Build: Use SR_PROG_MAKE_ORDER_ONLY As of now, the resulting substitution @ORDER@ is unused. --- diff --git a/configure.ac b/configure.ac index ae2a6780..396db6ba 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,9 @@ AC_PROG_LN_S # Required for per-target flags or subdir-objects with C sources. AM_PROG_CC_C_O +# Check if order-only dependencies are supported. +SR_PROG_MAKE_ORDER_ONLY + # Initialize libtool. LT_INIT