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-aa | |
parent | Upgrade to 4.4d. (diff) |
Respect CC and CFLAGS
Notes
Notes:
svn path=/head/; revision=27275
Diffstat (limited to 'chinese/autoconvert/files/patch-aa')
-rw-r--r-- | chinese/autoconvert/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/autoconvert/files/patch-aa b/chinese/autoconvert/files/patch-aa index dffefb51f3d3..04e28ead8118 100644 --- a/chinese/autoconvert/files/patch-aa +++ b/chinese/autoconvert/files/patch-aa @@ -1,10 +1,10 @@ ---- Makefile.orig Sat Mar 11 14:41:18 2000 -+++ Makefile Sat Mar 11 14:41:24 2000 +--- Makefile.orig Wed Jan 5 13:50:05 2000 ++++ Makefile Sun Apr 2 11:37:04 2000 @@ -1,6 +1,6 @@ CC=gcc -CFLAG=-O2 -g -Iinclude -+CFLAG+=-O2 -g -Iinclude ++CFLAG+=-Iinclude all: autob5 autogb hzlib |