diff options
author | Richard Stallman <rms@gnu.org> | 1993-03-25 16:38:16 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-03-25 16:38:16 +0000 |
commit | 581ed239ec59772de75575e70f64cf2a8e0278a1 (patch) | |
tree | 4505848db177b0935deb361af0844587ef30de25 | |
parent | e4f93898976d566509afd8007eac0e135a9e5ae5 (diff) | |
download | gcc-581ed239ec59772de75575e70f64cf2a8e0278a1.zip gcc-581ed239ec59772de75575e70f64cf2a8e0278a1.tar.gz gcc-581ed239ec59772de75575e70f64cf2a8e0278a1.tar.bz2 |
(USER_H): Add va-clipper.
From-SVN: r3876
-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 e6d8c39..6c84291 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -415,7 +415,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 = va-alpha.h va-i860.h va-i960.h va-mips.h va-m88k.h \ - va-pa.h va-pyr.h va-sparc.h va-spur.h proto.h $(EXTRA_HEADERS) + va-pa.h va-pyr.h va-sparc.h va-clipper.h va-spur.h proto.h $(EXTRA_HEADERS) # The files that "belong" in CONFIG_H are deliberately omitted # because having them there would not be useful in actual practice. |