Build: Use SR_PROG_MAKE_NO_PRINT_DIRECTORY
This commit is contained in:
parent
82b01e42f8
commit
3841c4c58d
|
@ -20,7 +20,6 @@
|
|||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AM_LIBTOOLFLAGS = --silent
|
||||
MAKEFLAGS = --no-print-directory
|
||||
|
||||
FIRMWARE_DIR = $(datadir)/sigrok-firmware
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue