This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[libobjc-branch] Fix small typo in Makefile.in
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Mon, 9 Feb 2004 14:26:41 -0800
- Subject: [libobjc-branch] Fix small typo in Makefile.in
Just a small typo from the last patch, objc-deps.h should have been
objc-decls.h.
Applied to the libobjc-branch.
Thanks,
Andrew Pinski
2004-02-09 Andrew Pinski <pinskia@physics.uc.edu>
* Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/libobjc/Makefile.in,v
retrieving revision 1.28.10.2
diff -u -p -r1.28.10.2 Makefile.in
--- Makefile.in 3 Feb 2004 17:35:24 -0000 1.28.10.2
+++ Makefile.in 9 Feb 2004 22:24:36 -0000
@@ -136,7 +136,7 @@ all: libobjc.la $(OBJC_BOEHM_GC)
OBJC_H = hash.h objc-list.h sarray.h objc.h objc-api.h \
NXConstStr.h Object.h Protocol.h encoding.h typedstream.h \
- thr.h objc-deps.h
+ thr.h objc-decls.h
# Modules that comprise the runtime library.