aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-12-01 10:32:53 -0800
committerJim Wilson <wilson@gcc.gnu.org>1992-12-01 10:32:53 -0800
commit0918de5b44cf38913385e298646cb6d4f9de8933 (patch)
tree832677bfdc3e06eb2cb04a0b8290eb097c6097f3 /gcc
parent6752e8d2a4829daebb51205e17615d9520f150b3 (diff)
downloadgcc-0918de5b44cf38913385e298646cb6d4f9de8933.zip
gcc-0918de5b44cf38913385e298646cb6d4f9de8933.tar.gz
gcc-0918de5b44cf38913385e298646cb6d4f9de8933.tar.bz2
(INSTALLED_H): Add syslimits.h.
From-SVN: r2828
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 1b8b0a7..0b5d5f1 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.