aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-02-03 17:35:24 +0000
committerAndrew Pinski <pinskia@physics.uc.edu>2004-02-03 17:35:24 +0000
commit2b2cff98d9af155351f716e79dea2b99ebcbcb14 (patch)
treeb1651a699d58df1525100bc4c307a98df21ec198
parent772d5c4f93f68ed0503cd57b46a8711606ed857f (diff)
2004-02-03 Andrew Pinski <pinskia@physics.uc.edu>
* Makefile.in (OBJC_H): Add objc-deps.h. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/libobjc-branch@77179 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 1e3a4f86e53..9eb12fdf15e 100644
--- a/libobjc/ChangeLog.branch
+++ b/libobjc/ChangeLog.branch
@@ -1,3 +1,7 @@
+2004-02-03 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * Makefile.in (OBJC_H): Add objc-deps.h.
+
2004-01-27 Nicola Pero <n.pero@mi.flashnet.it>
* Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in
index 7c55587f3eb..81ed33cb75d 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
+ thr.h objc-deps.h
# Modules that comprise the runtime library.