Commit 5dc2d67f by Toon Moene Committed by Toon Moene

lang-specs.h: Remove one /dev/null from tradcpp invocation.

2000-07-26  Toon Moene  <toon@moene.indiv.nluug.nl>

	* lang-specs.h: Remove one /dev/null from tradcpp invocation.

From-SVN: r35264
parent 19b895f0
2000-07-26 Toon Moene <toon@moene.indiv.nluug.nl>
* lang-specs.h: Remove one /dev/null from tradcpp invocation.
Sun Jul 23 15:47:30 2000 Billinghurst, David <David.Billinghurst@riotinto.com>
* Make-lang.in: Put $(build_exeext) suffix on programs which run
......
......@@ -45,7 +45,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
as %(asm_options) %{!pipe:%g.s} %A }}}}\n"},
/* XXX This is perverse and should not be necessary. */
{"@f77-version",
"tradcpp -lang-fortran %(cpp_options) /dev/null /dev/null \n\
"tradcpp -lang-fortran %(cpp_options) /dev/null \n\
f771 -fnull-version %1 \
%{!Q:-quiet} -dumpbase g77-version.f %{d*} %{m*} %{a*} \
%{g*} %{O*} %{W*} %{w} %{pedantic*} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment