diff options
author | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-13 17:45:32 +0000 |
---|---|---|
committer | Kresten Krab Thorup <krab@gcc.gnu.org> | 1993-04-13 17:45:32 +0000 |
commit | a6b66e343f54a3ed0a8a1c96517e7ec9a009894d (patch) | |
tree | c1a047bf1db7b243ee07dbf80e8bbab26c46e2c8 /gcc | |
parent | 40a254f6c89650501b9ab7a2f31c3549c400ef5f (diff) | |
download | gcc-a6b66e343f54a3ed0a8a1c96517e7ec9a009894d.zip gcc-a6b66e343f54a3ed0a8a1c96517e7ec9a009894d.tar.gz gcc-a6b66e343f54a3ed0a8a1c96517e7ec9a009894d.tar.bz2 |
*** empty log message ***
From-SVN: r4126
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 9a42b3d3..5bd7bc4 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -52,7 +52,7 @@ all: cd ..; $(MAKE) sublibobjc.a OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o \ - selctor.o objects.o misc.o Object.o Protocol.o + selector.o objects.o misc.o Object.o Protocol.o libobjc.a: $(OBJC_O) -rm -f libobjc.a |