Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128143
Collapse All | Expand All

(-)expat-2.0.0/Makefile.in (-1 / +3 lines)
Lines 172-183 tests/XML-Test-Suite: tests/xmlts.zip Link Here
172
run-xmltest: xmlwf/xmlwf tests/XML-Test-Suite
172
run-xmltest: xmlwf/xmlwf tests/XML-Test-Suite
173
	tests/xmltest.sh
173
	tests/xmltest.sh
174
174
175
.SUFFIXES: .c .lo .o
175
.SUFFIXES: .c .cpp .lo .o
176
176
177
.c.o:
177
.c.o:
178
	$(COMPILE) -o $@ -c $<
178
	$(COMPILE) -o $@ -c $<
179
.c.lo:
179
.c.lo:
180
	$(LTCOMPILE) -o $@ -c $<
180
	$(LTCOMPILE) -o $@ -c $<
181
.cpp.o:
182
	$(CXXCOMPILE) -o $@ -c $<
181
183
182
.PHONY: buildlib all \
184
.PHONY: buildlib all \
183
	clean distclean extraclean maintainer-clean \
185
	clean distclean extraclean maintainer-clean \

Return to bug 128143