From fc9e803959abced468886433b4d8f73631f04a49 Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 21 Sep 2000 20:50:08 +0000 Subject: [PATCH] - s#-g $(OPT)#$(OPT)# Changed files: bridge-utils-opt.patch -> 1.3 --- bridge-utils-opt.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bridge-utils-opt.patch b/bridge-utils-opt.patch index 280a1e6..2e12bf4 100644 --- a/bridge-utils-opt.patch +++ b/bridge-utils-opt.patch @@ -19,19 +19,19 @@ diff -uNr bridge.org/brctl/Makefile bridge/brctl/Makefile brctl.o: brctl.c brctl.h - gcc -I../libbridge -Wall -c -g -o brctl.o brctl.c -+ gcc -I../libbridge -Wall -c -g $(OPT) -o brctl.o brctl.c ++ gcc -I../libbridge -Wall -c $(OPT) -o brctl.o brctl.c brctld.o: brctld.c brctl.h - gcc -I../libbridge -Wall -c -g -o brctld.o brctld.c -+ gcc -I../libbridge -Wall -c -g $(OPT) -o brctld.o brctld.c ++ gcc -I../libbridge -Wall -c $(OPT) -o brctld.o brctld.c brctl_cmd.o: brctl_cmd.c brctl.h - gcc -I../libbridge -Wall -c -g -o brctl_cmd.o brctl_cmd.c -+ gcc -I../libbridge -Wall -c -g $(OPT) -o brctl_cmd.o brctl_cmd.c ++ gcc -I../libbridge -Wall -c $(OPT) -o brctl_cmd.o brctl_cmd.c brctl_disp.o: brctl_disp.c brctl.h - gcc -I../libbridge -Wall -c -g -o brctl_disp.o brctl_disp.c -+ gcc -I../libbridge -Wall -c -g $(OPT) -o brctl_disp.o brctl_disp.c ++ gcc -I../libbridge -Wall -c $(OPT) -o brctl_disp.o brctl_disp.c diff -uNr bridge.org/libbridge/Makefile bridge/libbridge/Makefile --- bridge.org/libbridge/Makefile Wed Apr 5 00:14:36 2000 +++ bridge/libbridge/Makefile Thu Sep 21 15:09:43 2000 @@ -68,8 +68,8 @@ diff -uNr bridge.org/misc/Makefile bridge/misc/Makefile bidi: bidi.c - gcc -Wall -g -o bidi bidi.c -+ gcc -Wall -g $(OPT) -o bidi bidi.c ++ gcc -Wall $(OPT) -o bidi bidi.c tap: tap.c - gcc -Wall -g -o tap tap.c -+ gcc -Wall -g $(OPT) -o tap tap.c ++ gcc -Wall $(OPT) -o tap tap.c -- 2.44.0