diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-02 04:50:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-02 04:50:22 +0000 |
commit | 4046f07bee76bf1998bf5886150b428ddcd65d22 (patch) | |
tree | 982fd149f86dc4027d746d94e6b46a124e1775c4 /chinese/autoconvert/files/patch-ab | |
parent | Upgrade to 4.4d. (diff) |
Respect CC and CFLAGS
Notes
Notes:
svn path=/head/; revision=27275
Diffstat (limited to 'chinese/autoconvert/files/patch-ab')
-rw-r--r-- | chinese/autoconvert/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/autoconvert/files/patch-ab b/chinese/autoconvert/files/patch-ab index 7b4e77b118ea..166dcee1b79b 100644 --- a/chinese/autoconvert/files/patch-ab +++ b/chinese/autoconvert/files/patch-ab @@ -1,8 +1,8 @@ --- hzconvert/Makefile.orig Wed Jan 5 13:12:31 2000 -+++ hzconvert/Makefile Sun Mar 12 18:39:46 2000 -@@ -1,12 +1,12 @@ ++++ hzconvert/Makefile Sun Apr 2 11:37:24 2000 +@@ -1,12 +1,11 @@ CC=gcc -I../include - CFLAGS=-O2 +-CFLAGS=-O2 OBJS=b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o judge.o +all:libhzconvert %.o:%c |