From 2c9ca6482a79c73510fe17e6030c422b7b51990d Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 2 Aug 2019 13:17:10 +0000 Subject: For Makefile.am and each one in SUBDIRS, added the .POSIX target to select the POSIX behavior (since we do not require GNU "make"). See: https://sympa.inria.fr/sympa/arc/mpfr/2019-08/msg00005.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13545 280ebfd0-de03-0410-8827-d642c229c3f4 --- tools/bench/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bench/Makefile.am b/tools/bench/Makefile.am index c1a849310..b9a92f4bb 100644 --- a/tools/bench/Makefile.am +++ b/tools/bench/Makefile.am @@ -8,6 +8,13 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. + +# Since we do not require GNU "make", let's select the POSIX behavior to +# uniformize the behavior a bit more with various "make" implementations +# and ease maintenance. This target should be removed only if one day, +# we need to require GNU "make". +.POSIX: + AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src AM_DEFAULT_SOURCE_EXT = .c @@ -21,4 +28,3 @@ noinst_HEADERS = benchtime.h bench : mpfrbench ./mpfrbench - -- cgit v1.2.1