(INSTALLED_H): Add syslimits.h.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 1 Dec 1992 18:32:53 +0000 (10:32 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 1 Dec 1992 18:32:53 +0000 (10:32 -0800)
From-SVN: r2828

gcc/Makefile.in

index 1b8b0a79894cdc16783912969f3a976818732780..0b5d5f179ad59bb6ce32caf94c10525f96702910 100644 (file)
@@ -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.