mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
Build: Use GNUMAKEFLAGS and $@
This commit is contained in:
parent
c37c9f348d
commit
962143bc5c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user