1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Build: Use GNUMAKEFLAGS and $@

This commit is contained in:
Daniel Elstner 2015-09-10 22:03:07 +02:00 committed by Uwe Hermann
parent c37c9f348d
commit 962143bc5c

View File

@ -20,7 +20,7 @@
ACLOCAL_AMFLAGS = -I autostuff
AM_LIBTOOLFLAGS = --silent
MAKEFLAGS = --no-print-directory
GNUMAKEFLAGS = --no-print-directory
# Enable more compiler warnings.
AM_CFLAGS = -std=c99 -Wall -Wextra -pedantic -Wmissing-prototypes -Wshadow
@ -60,7 +60,7 @@ MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog doc
ChangeLog:
git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
git --git-dir '$(top_srcdir)/.git' log >$@ || touch $@
dist-hook: ChangeLog