Initial revision

From-SVN: r4622
This commit is contained in:
Richard Stallman 1993-06-01 18:13:57 +00:00
parent 826ec5ddbf
commit f0c19c48d7
1 changed files with 7 additions and 0 deletions

7
gcc/just-fixinc Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
rmdir tmpfoo 2>&1 >/def/null
mkdir tmpfoo
mv va-sparc.h varargs.h stdarg.h stddef.h limits.h float.h proto.h tmpfoo
./fixinc.svr4 /opt/gnu/lib/gcc-lib/sparc-sun-solaris2/gcc-2.4.2/include /include .
mv tmpfoo/* .
rmdir tmpfoo