From: wessels <> Date: Fri, 21 Aug 1998 01:53:32 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2833 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6e01ca5245b758416e0f13f164ef5a7845c2f36;p=thirdparty%2Fsquid.git update --- diff --git a/test-suite/Makefile b/test-suite/Makefile index 183f5a81b0..46016d85a7 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -15,10 +15,10 @@ membanger: $(OBJS) $(TARGLIB) $(CC) -o membanger $(OBJS) $(LIB) tcp-banger2: tcp-banger2.o - $(CC) -o $@ tcp-banger2.o + $(CC) -g -o $@ tcp-banger2.o tcp-banger2.o: tcp-banger2.c - $(CC) -c -I../include tcp-banger2.c + $(CC) -c $(CFLAGS) tcp-banger2.c $(OBJS): Makefile