From: Doug Evans Date: Mon, 14 Mar 1994 20:15:59 +0000 (+0000) Subject: (*.o): Add explicit dependencies for Sun's VPATH. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5366ab1d3284ecdab104414f09e255eb62e7fc3b;p=gcc.git (*.o): Add explicit dependencies for Sun's VPATH. From-SVN: r6788 --- diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index b2b00bb9f0e..11eab9d876d 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -79,3 +79,18 @@ mostlyclean: clean: mostlyclean distclean: mostlyclean extraclean: mostlyclean + +# For Sun VPATH. + +hash.o: hash.c +sarray.o: sarray.c +class.o: class.c +sendmsg.o: sendmsg.c +init.o: init.c +archive.o: archive.c +encoding.o: encoding.c +selector.o: selector.c +objects.o: objects.c +misc.o: misc.c +Object.o: Object.m +Protocol.o: Protocol.m