]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (USER_H): Remove proto.h.
authorJoseph Myers <jsm28@cam.ac.uk>
Sun, 23 Dec 2001 23:33:14 +0000 (23:33 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 23 Dec 2001 23:33:14 +0000 (23:33 +0000)
* Makefile.in (USER_H): Remove proto.h.
* config.gcc (c*-convex-*): Set extra_headers=proto.h.

From-SVN: r48291

gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc

index cf93c45b7b81df741ed15c2ef6c3fa2b67890c27..d2d73ea437f0b9423b7679b8e3c2a98d9a1c1da9 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Makefile.in (USER_H): Remove proto.h.
+       * config.gcc (c*-convex-*): Set extra_headers=proto.h.
+
 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * arc.c (arc_hard_regno_mode_ok): Const-ify.
index 04bcf4e018dc29cdd4411dadd3cd12d35755fa7c..304075d8ad44a58af86e57e6c255b6a677e1349c 100644 (file)
@@ -155,7 +155,7 @@ INSTALL_HEADERS_DIR = @build_install_headers_dir@
 # Header files that are made available under the same name
 # to programs compiled with GCC.
 USER_H = $(srcdir)/ginclude/stdarg.h $(srcdir)/ginclude/stddef.h \
-    $(srcdir)/ginclude/varargs.h $(srcdir)/ginclude/proto.h \
+    $(srcdir)/ginclude/varargs.h \
     $(srcdir)/ginclude/stdbool.h $(srcdir)/ginclude/iso646.h \
     $(EXTRA_HEADERS)
 
index 672c16e57dd5ab1ece5cab3bf8e6a79d2523f0cc..e3b43271b6659a685aa6dab1b7e7ebf53208aaed 100644 (file)
@@ -227,6 +227,7 @@ xscale-*-*)
        ;;
 c*-convex-*)
        cpu_type=convex
+       extra_headers=proto.h
        ;;
 i[34567]86-*-*)
        cpu_type=i386
This page took 0.086836 seconds and 5 git commands to generate.