From 962143bc5c3a9a6e130cc1273ab465238c178d70 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Thu, 10 Sep 2015 22:03:07 +0200 Subject: [PATCH] Build: Use GNUMAKEFLAGS and $@ --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 661960e..3fa06ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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