+2004-09-03 Ziemowit Laski <zlaski@apple.com>
+
+ * config-lang.in: Update copyright notice.
+ (lang_requires): Indicate that ObjC requires C to be built first.
+
2004-09-01 Ziemowit Laski <zlaski@apple.com>
* objc-act.c (objc_check_decl): Use OBJC_TYPE_NAME macro instead of
# Top level configure fragment for GNU Objective-C
-# Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003
+# Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004
# Free Software Foundation, Inc.
#This file is part of GCC.
target_libs=target-libobjc
+# Most of the object files for cc1obj actually come from C.
+lang_requires="c"
+
gtfiles="\$(srcdir)/objc/objc-act.h \$(srcdir)/c-parse.in \$(srcdir)/c-tree.h \$(srcdir)/c-decl.c \$(srcdir)/c-objc-common.c \$(srcdir)/c-common.c \$(srcdir)/c-common.h \$(srcdir)/c-pragma.c \$(srcdir)/objc/objc-act.c"