]> sigrok.org Git - libserialport.git/commitdiff
Build: Use GNUMAKEFLAGS and $@
authorDaniel Elstner <redacted>
Thu, 10 Sep 2015 20:03:07 +0000 (22:03 +0200)
committerUwe Hermann <redacted>
Thu, 10 Sep 2015 20:19:15 +0000 (22:19 +0200)
Makefile.am

index 661960e127ff62468818652cdd5ee82e63b5625d..3fa06ee5b13a09874b2e2d470fb19a8108408be3 100644 (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