aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-02-09 22:27:17 +0000
committerAndrew Pinski <pinskia@physics.uc.edu>2004-02-09 22:27:17 +0000
commit60245be94b29abc299c375d8312cd941e980fc0b (patch)
treede573be2c1271687d5daf6d6d600112d9bb7ab59
parent2b2cff98d9af155351f716e79dea2b99ebcbcb14 (diff)
2004-02-09 Andrew Pinski <pinskia@physics.uc.edu>
* Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/libobjc-branch@77561 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libobjc/ChangeLog.branch4
-rw-r--r--libobjc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libobjc/ChangeLog.branch b/libobjc/ChangeLog.branch
index 9eb12fdf15e..7c11f991a34 100644
--- a/libobjc/ChangeLog.branch
+++ b/libobjc/ChangeLog.branch
@@ -1,3 +1,7 @@
+2004-02-09 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
+
2004-02-03 Andrew Pinski <pinskia@physics.uc.edu>
* Makefile.in (OBJC_H): Add objc-deps.h.
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in
index 81ed33cb75d..703537165be 100644
--- a/libobjc/Makefile.in
+++ b/libobjc/Makefile.in
@@ -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.