diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-05-06 10:28:53 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-05-06 10:28:53 -0700 |
commit | feb69c2078d2f5ba1e763eb2ae0f35f73d025f0c (patch) | |
tree | 1b1eeca2c6cf6656d4ea1154e2d5b1e2b5a6c942 | |
parent | 59257ff7b87ae9f17395c48ad6e4dd9a123b0d9d (diff) | |
download | gcc-feb69c2078d2f5ba1e763eb2ae0f35f73d025f0c.zip gcc-feb69c2078d2f5ba1e763eb2ae0f35f73d025f0c.tar.gz gcc-feb69c2078d2f5ba1e763eb2ae0f35f73d025f0c.tar.bz2 |
*** empty log message ***
From-SVN: r916
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 8b008ae..aa70606 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -379,7 +379,7 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \ # Header files that are made available under the same name # to programs compiled with gcc. USER_H = assert.h va-hp800.h va-i860.h va-mips.h va-pyr.h va-sparc.h \ - va-spur.h va-m88k.h proto.h + va-spur.h va-m88k.h va-i960.h proto.h # All the header files that are installed for users from GCC itself. INSTALLED_H = float.h stddef.h stdarg.h varargs.h $(USER_H) limits.h |