aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/muni/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/muni/files/patch-Makefile')
-rw-r--r--chinese/muni/files/patch-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/chinese/muni/files/patch-Makefile b/chinese/muni/files/patch-Makefile
new file mode 100644
index 000000000000..2ca3216fde23
--- /dev/null
+++ b/chinese/muni/files/patch-Makefile
@@ -0,0 +1,14 @@
+--- Makefile.orig 2011-09-05 14:44:30.000000000 +0800
++++ Makefile 2011-09-05 14:44:38.000000000 +0800
+@@ -28,9 +28,9 @@
+ all: muni m7773
+
+ muni: muni.o
+- cc -o muni muni.o
++ $(CC) -o muni muni.o
+ strip muni
+
+ m7773: m7773.o
+- cc -o m7773 m7773.o
++ $(CC) -o m7773 m7773.o
+ strip m7773