From d67342cd3d06e760964925fb24291d3aad740894 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 17 Jun 1994 19:06:33 +0000 Subject: [PATCH] Correct math.h handling on Lynx again. From-SVN: r7511 --- gcc/fixincludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fixincludes b/gcc/fixincludes index bee61d2d0c13..323ccaca3504 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -1395,10 +1395,10 @@ if [ -r ${LIB}/$file ]; then dbl_max_def=`echo $dbl_max_def | sed 's/.*define[ ]*DBL_MAX[ ]*//'` sed -e "/define[ ]HUGE_VAL[ ]DBL_MAX/s/DBL_MAX/$dbl_max_def/" \ ${LIB}/$file > ${LIB}/${file}.sed + rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file fi fi fi - rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file if cmp $file ${LIB}/$file >/dev/null 2>&1; then echo Deleting ${LIB}/$file\; no fixes were needed. -- 2.47.2