From 6ba548aabcbf4300012231932f013d89ad6d7b04 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Fri, 28 Jan 2005 05:46:46 +0000 Subject: [PATCH] fix dependency information for C++ tests --- expat/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/Makefile.in b/expat/Makefile.in index 8d1847ff..2bade0d9 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -157,7 +157,7 @@ tests/minicheck.o: tests/minicheck.c tests/minicheck.h 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) $^