aboutsummaryrefslogtreecommitdiff
path: root/chinese/gcin/files/patch-IMdkit::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/gcin/files/patch-IMdkit::Makefile')
-rw-r--r--chinese/gcin/files/patch-IMdkit::Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/chinese/gcin/files/patch-IMdkit::Makefile b/chinese/gcin/files/patch-IMdkit::Makefile
new file mode 100644
index 000000000000..f4ababa81f90
--- /dev/null
+++ b/chinese/gcin/files/patch-IMdkit::Makefile
@@ -0,0 +1,22 @@
+--- IMdkit/Makefile.orig Sat Jul 24 19:18:15 2004
++++ IMdkit/Makefile Sat Jul 24 19:18:30 2004
+@@ -2,15 +2,15 @@
+ all: libXimd.a Xi18n_sample/sampleIM
+
+ libXimd.a:
+- make -C lib
++ gmake -C lib
+
+ Xi18n_sample/sampleIM:
+- cd Xi18n_sample; make
++ cd Xi18n_sample; gmake
+
+ clean:
+ rm -f *.bak *~
+- make -C lib clean
+- make -C Xi18n_sample clean
++ gmake -C lib clean
++ gmake -C Xi18n_sample clean
+
+ install:
+ @echo nothing to be installed.