From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 02d1d7f4 for ; Wed, 10 Aug 2016 07:54:32 -0500 (EST) Date: Wed, 10 Aug 2016 07:54:32 -0500 (EST) Message-Id: <226377717635439187.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: merge tentative 'entering directory' fix for gmake to 1.13 X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- merge tentative 'entering directory' fix for gmake to 1.13 branch Tags: ---- VERSION_1_13 Modified Files: -------------- mdocml: configure Revision Data ------------- Index: configure =================================================================== RCS file: /home/cvs/mdocml/mdocml/configure,v retrieving revision 1.43.2.3 retrieving revision 1.43.2.4 diff -Lconfigure -Lconfigure -u -p -r1.43.2.3 -r1.43.2.4 --- configure +++ configure @@ -37,7 +37,7 @@ MANPATH_DEFAULT="/usr/share/man:/usr/X11 OSNAME= UTF8_LOCALE= -CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -f -` +CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -` CFLAGS="-g -W -Wall -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings" CFLAGS="${CFLAGS} -Wno-unused-parameter" LDADD= -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv