summaryrefslogtreecommitdiff
path: root/converters/cn2jp/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'converters/cn2jp/files/patch-ad')
-rw-r--r--converters/cn2jp/files/patch-ad24
1 files changed, 0 insertions, 24 deletions
diff --git a/converters/cn2jp/files/patch-ad b/converters/cn2jp/files/patch-ad
deleted file mode 100644
index fe39db41dec4..000000000000
--- a/converters/cn2jp/files/patch-ad
+++ /dev/null
@@ -1,24 +0,0 @@
---- gb2jis/Makefile.orig Tue Feb 27 09:44:34 1996
-+++ gb2jis/Makefile Sun Oct 19 01:39:44 2003
-@@ -1,7 +1,8 @@
- INCLUDE=
-
--CC=cc
--CFLAGS= -g -I../lib -I. -L../lib -L.
-+CC?=cc
-+CFLAGS?=-O -pipe
-+CFLAGS+= -g -I../lib -I. -L../lib -L.
-
- SRC = g2j.c g2j_table.c g2j-util.c
- OBJS = g2j.o g2j_table.o g2j-util.o
-@@ -13,8 +14,8 @@
- $(CC) $(CFLAGS) -o g2j $(OBJS) -llang
-
- g2j_table.c: gb2jis.tbl
-- mktable gb2jis.tbl
-- mktbl2c gb2jis.t g2j > g2j_table.c
-+ ../table/mktable gb2jis.tbl
-+ ../table/mktbl2c gb2jis.t g2j > g2j_table.c
-
- tar:
- echo "Produce g2j`date '+%m%d'`.tar..."