Index: expat-2.0.0/Makefile.in =================================================================== --- expat-2.0.0.orig/Makefile.in +++ expat-2.0.0/Makefile.in @@ -172,12 +172,14 @@ tests/XML-Test-Suite: tests/xmlts.zip run-xmltest: xmlwf/xmlwf tests/XML-Test-Suite tests/xmltest.sh -.SUFFIXES: .c .lo .o +.SUFFIXES: .c .cpp .lo .o .c.o: $(COMPILE) -o $@ -c $< .c.lo: $(LTCOMPILE) -o $@ -c $< +.cpp.o: + $(CXXCOMPILE) -o $@ -c $< .PHONY: buildlib all \ clean distclean extraclean maintainer-clean \