]> sigrok.org Git - libsigrok.git/commitdiff
Build: Use SR_PROG_MAKE_NO_PRINT_DIRECTORY
authorDaniel Elstner <redacted>
Mon, 7 Sep 2015 21:38:52 +0000 (23:38 +0200)
committerDaniel Elstner <redacted>
Mon, 7 Sep 2015 21:54:00 +0000 (23:54 +0200)
Makefile.am
configure.ac

index c9ee604d3c2163832960e58493aa4d5ab37c1e68..315e322c2a31b7c492dd0fc696d8c46161ed4f9b 100644 (file)
@@ -20,7 +20,6 @@
 
 ACLOCAL_AMFLAGS = -I m4
 AM_LIBTOOLFLAGS = --silent
-MAKEFLAGS = --no-print-directory
 
 FIRMWARE_DIR = $(datadir)/sigrok-firmware
 
index c35bf4245ab8c02b0d6ee5bbebe0cd8cb97ba3de..e88e5e493acc11b22902f78f24b5a3aff020cbe4 100644 (file)
@@ -46,7 +46,8 @@ 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.
+# Check for optional make features.
+SR_PROG_MAKE_NO_PRINT_DIRECTORY
 SR_PROG_MAKE_ORDER_ONLY
 
 # Initialize libtool.