summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-08-02 13:17:10 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-08-02 13:17:10 +0000
commit2c9ca6482a79c73510fe17e6030c422b7b51990d (patch)
tree7fa1fd39c17a81d2ea040fd7a7e94c7352438138 /tune
parentf034940f3afae7f065f524ff8fb57aefe68772d1 (diff)
downloadmpfr-2c9ca6482a79c73510fe17e6030c422b7b51990d.tar.gz
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
Diffstat (limited to 'tune')
-rw-r--r--tune/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tune/Makefile.am b/tune/Makefile.am
index 9c1496786..b9695fc7a 100644
--- a/tune/Makefile.am
+++ b/tune/Makefile.am
@@ -9,6 +9,12 @@
# 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:
+
EXTRA_PROGRAMS = tuneup speed bidimensional_sample
tuneup_SOURCES = tuneup.c