aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-04 18:01:21 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-04 18:01:21 -0400
commit48b2b6676f715a1c823b3c76d33a1a6b28a4d69f (patch)
treec44b6aa5605ede403f043ae9afa78f11e06dfc4e /gcc/objc
parent38a5982c494f74f46e2b2898e0865061f66989e7 (diff)
downloadgcc-48b2b6676f715a1c823b3c76d33a1a6b28a4d69f.zip
gcc-48b2b6676f715a1c823b3c76d33a1a6b28a4d69f.tar.gz
gcc-48b2b6676f715a1c823b3c76d33a1a6b28a4d69f.tar.bz2
NXConstantString renamed to NXConstStr.
From-SVN: r9575
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in
index b247d3d..104481c 100644
--- a/gcc/objc/Makefile.in
+++ b/gcc/objc/Makefile.in
@@ -55,7 +55,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 NXConstantString.o Object.o Protocol.o
+ selector.o objects.o misc.o NXConstStr.o Object.o Protocol.o
libobjc.a: $(OBJC_O)
-rm -f libobjc.a
@@ -64,7 +64,7 @@ libobjc.a: $(OBJC_O)
OBJC_H = hash.h list.h sarray.h objc.h \
objc-api.h \
- NXConstantString.h Object.h Protocol.h encoding.h typedstream.h
+ NXConstStr.h Object.h Protocol.h encoding.h typedstream.h
# copy objc headers to installation include directory
copy-headers:
@@ -94,6 +94,6 @@ encoding.o: encoding.c
selector.o: selector.c
objects.o: objects.c
misc.o: misc.c
-NXConstantString.o: NXConstantString.m
+NXConstStr.o: NXConstStr.m
Object.o: Object.m
Protocol.o: Protocol.m