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

Collapse All | Expand All

(-)Ted-2.21.orig//Makefile (-1 / +1 lines)
Lines 198-204 Link Here
198
	: To install Ted, you can now run 'make install' AS ROOT
198
	: To install Ted, you can now run 'make install' AS ROOT
199
199
200
package.shared: tedPackage/makefile compile.shared
200
package.shared: tedPackage/makefile compile.shared
201
	cd tedPackage && make package.shared
201
	cd tedPackage && $(MAKE) -j1 package.shared
202
	:
202
	:
203
	: Dynamically linked package ready.
203
	: Dynamically linked package ready.
204
	: To install Ted, you can now run 'make install' AS ROOT
204
	: To install Ted, you can now run 'make install' AS ROOT

Return to bug 385485