From 0918de5b44cf38913385e298646cb6d4f9de8933 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 1 Dec 1992 10:32:53 -0800 Subject: [PATCH] (INSTALLED_H): Add syslimits.h. From-SVN: r2828 --- gcc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1b8b0a79894..0b5d5f179ad 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -405,7 +405,8 @@ 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) # 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 +INSTALLED_H = float.h stddef.h stdarg.h varargs.h $(USER_H) limits.h \ + syslimits.h # The files that "belong" in CONFIG_H are deliberately omitted # because having them there would not be useful in actual practice. -- 2.30.2