[libobjc-branch] Fix small typo in Makefile.in

Andrew Pinski pinskia@physics.uc.edu
Mon Feb 9 22:35:00 GMT 2004


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.



More information about the Gcc-patches mailing list