From: Richard Stallman Date: Thu, 25 Mar 1993 16:38:16 +0000 (+0000) Subject: (USER_H): Add va-clipper. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=581ed239ec59772de75575e70f64cf2a8e0278a1;p=gcc.git (USER_H): Add va-clipper. From-SVN: r3876 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e6d8c3923b9..6c84291bcc8 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.