diff options
author | Daniel Elstner <daniel.kitta@gmail.com> | 2015-09-10 18:45:50 +0200 |
---|---|---|
committer | Daniel Elstner <daniel.kitta@gmail.com> | 2015-09-10 19:43:21 +0200 |
commit | 9576e005e18b2d0131e0fce5279a401cbe71c0f8 (patch) | |
tree | 230fde9789d0529d8025c5e5d648abc91041096c /Makefile.am | |
parent | 0fd8a35de8b89fce395c14190f63c02b9aa976df (diff) | |
download | libsigrokdecode-9576e005e18b2d0131e0fce5279a401cbe71c0f8.tar.gz libsigrokdecode-9576e005e18b2d0131e0fce5279a401cbe71c0f8.zip |
Build: Put --no-print-directory into GNUMAKEFLAGS
Also output the compiler version in the configuration summary.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0515e80..2bbdb2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 AM_LIBTOOLFLAGS = --silent -MAKEFLAGS = --no-print-directory +GNUMAKEFLAGS = --no-print-directory DECODERS_DIR = $(pkgdatadir)/decoders AM_CPPFLAGS = -D_POSIX_C_SOURCE=200112L -DDECODERS_DIR='"$(DECODERS_DIR)"' |