expat Makefile.in,1.51,1.52
"Fred L. Drake" <[email protected]> Thu, 27 Jan 2005 21:46:48 -0800
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9012 Modified Files: Makefile.in Log Message: fix dependency information for C++ tests Index: Makefile.in =================================================================== RCS file: /cvsroot/expat/expat/Makefile.in,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- Makefile.in 28 Jan 2005 05:19:51 -0000 1.51 +++ Makefile.in 28 Jan 2005 05:46:46 -0000 1.52 @@ -157,7 +157,7 @@ tests/runtests.o: tests/runtests.c tests/chardata.h tests/runtests: tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY) $(LINK_EXE) $^ -tests/runtestspp.o: tests/runtestspp.cpp tests/chardata.h +tests/runtestspp.o: tests/runtestspp.cpp tests/runtests.c tests/chardata.h tests/runtestspp: tests/runtestspp.o tests/chardata.o tests/minicheck.o $(LIBRARY) $(LINK_CXX_EXE) $^