diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-04 12:24:18 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-04 12:24:18 -0500 |
commit | cd9255f6d37488e8585f489092e0d9595d40dc70 (patch) | |
tree | e6c0a315f2e50ccff29ef33bb7600fc51df38f13 /gcc | |
parent | ddc4b81a22be458ed54929146b8dc6b3597b4d10 (diff) | |
download | gcc-cd9255f6d37488e8585f489092e0d9595d40dc70.zip gcc-cd9255f6d37488e8585f489092e0d9595d40dc70.tar.gz gcc-cd9255f6d37488e8585f489092e0d9595d40dc70.tar.bz2 |
Rename thread* to thr*.
From-SVN: r11663
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index f67d0bf..dc23b5b 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -56,7 +56,7 @@ all: cd ..; $(MAKE) sublibobjc.a OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o encoding.o \ - selector.o objects.o misc.o NXConstStr.o Object.o Protocol.o thread.o + selector.o objects.o misc.o NXConstStr.o Object.o Protocol.o thr.o libobjc.a: $(OBJC_O) -rm -f libobjc.a @@ -65,7 +65,7 @@ libobjc.a: $(OBJC_O) OBJC_H = hash.h objc-list.h sarray.h objc.h \ objc-api.h \ - NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thread.h + NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h # copy objc headers to installation include directory copy-headers: @@ -98,5 +98,5 @@ misc.o: misc.c NXConstStr.o: NXConstStr.m Object.o: Object.m Protocol.o: Protocol.m -thread.o: thread.c thread-solaris.c thread-irix.c thread-win32.c thread-single.c +thr.o: thr.h thr.c thr-solaris.c thr-irix.c thr-win32.c thr-single.c |