]> gcc.gnu.org Git - gcc.git/commitdiff
NXConstantString renamed to NXConstStr.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 4 May 1995 22:01:21 +0000 (18:01 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 4 May 1995 22:01:21 +0000 (18:01 -0400)
From-SVN: r9575

gcc/objc/Makefile.in

index b247d3d3c28c1922fc0f83982770fc46ebad3bf0..104481cb613974ad853b7ecfbdf125d9b75334d8 100644 (file)
@@ -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
This page took 0.064265 seconds and 5 git commands to generate.