Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 84201 | Differences between
and this patch

Collapse All | Expand All

(-)wvstreams-4.0.1.orig/wvrules.mk (-1 / +1 lines)
Lines 284-290 Link Here
284
%.E: %.cc;	$(call wvcxx,$@,$<,$*,,-E)
284
%.E: %.cc;	$(call wvcxx,$@,$<,$*,,-E)
285
%.E: %.cpp;	$(call wvcxx,$@,$<,$*,,-E)
285
%.E: %.cpp;	$(call wvcxx,$@,$<,$*,,-E)
286
286
287
%.moc: %.h;	moc -o $@ $<
287
%.moc: %.h;	$(MOC) -o $@ $<
288
288
289
../%.so:;	@echo "Shared library $@ does not exist!"; exit 1
289
../%.so:;	@echo "Shared library $@ does not exist!"; exit 1
290
../%.a:;	@echo "Library $@ does not exist!"; exit 1
290
../%.a:;	@echo "Library $@ does not exist!"; exit 1

Return to bug 84201