From bd4c2a7a93a0e8e08fedbc62b737eb993cf4b517 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 25 Mar 2001 16:48:21 +0000 Subject: Grr. a local cc(1) option got added by mistake. --- vietnamese/vnconvert/files/patch-makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vietnamese') diff --git a/vietnamese/vnconvert/files/patch-makefile b/vietnamese/vnconvert/files/patch-makefile index 128657657972..3721bcf543d5 100644 --- a/vietnamese/vnconvert/files/patch-makefile +++ b/vietnamese/vnconvert/files/patch-makefile @@ -2,10 +2,10 @@ +++ makefile Sun Mar 25 08:28:08 2001 @@ -2 +2 @@ - cc -o vnconvert vnconvert.c conv.o vn78.o -+ cc -g -o vnconvert vnconvert.c conv.o vn78.o ++ cc -o vnconvert vnconvert.c conv.o vn78.o @@ -5 +5 @@ - cc -c conv.c -+ cc -g ${CFLAGS} -c conv.c ++ cc ${CFLAGS} -c conv.c @@ -8 +8 @@ - cc -c vn78.c -+ cc -g ${CFLAGS} -c vn78.c ++ cc ${CFLAGS} -c vn78.c -- cgit v1.2.3