Commit 7d454f03 by Noah Friedman

Install gsyslimits.h if native limits.h didn't need fixing.

From-SVN: r6026
parent 4f4778af
...@@ -21,9 +21,11 @@ $installed/fixinc.svr4 $installed/include /usr/include $installed ...@@ -21,9 +21,11 @@ $installed/fixinc.svr4 $installed/include /usr/include $installed
# Make sure fixed native limits.h gets renamed to syslimits.h before gcc's # Make sure fixed native limits.h gets renamed to syslimits.h before gcc's
# limits.h from tmpfoo is moved back. # limits.h from tmpfoo is moved back.
rm -f syslimits.h
if test -f limits.h ; then if test -f limits.h ; then
rm -f syslimits.h
mv limits.h syslimits.h mv limits.h syslimits.h
else
cp $installed/gsyslimits.h syslimits.h
fi fi
chmod a+r syslimits.h chmod a+r syslimits.h
......
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