fix dependency information for C++ tests

This commit is contained in:
Fred L. Drake, Jr. 2005-01-28 05:46:46 +00:00
parent a1391e586a
commit 6ba548aabc

View File

@ -157,7 +157,7 @@ tests/minicheck.o: tests/minicheck.c tests/minicheck.h
tests/runtests.o: tests/runtests.c tests/chardata.h tests/runtests.o: tests/runtests.c tests/chardata.h
tests/runtests: tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY) tests/runtests: tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
$(LINK_EXE) $^ $(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) tests/runtestspp: tests/runtestspp.o tests/chardata.o tests/minicheck.o $(LIBRARY)
$(LINK_CXX_EXE) $^ $(LINK_CXX_EXE) $^