blob: 2916c95055568326c31ddd9b6cc033dd968c6ee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur Ted-2.21.orig//Makefile Ted-2.21/Makefile
--- Ted-2.21.orig//Makefile 2009-10-16 23:20:58.000000000 +0800
+++ Ted-2.21/Makefile 2011-10-04 00:22:30.615975269 +0800
@@ -198,7 +198,7 @@
: To install Ted, you can now run 'make install' AS ROOT
package.shared: tedPackage/makefile compile.shared
- cd tedPackage && make package.shared
+ cd tedPackage && $(MAKE) package.shared
:
: Dynamically linked package ready.
: To install Ted, you can now run 'make install' AS ROOT
|