From: wessels <> Date: Fri, 24 Jul 1998 03:00:11 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2997 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=787a993f79018cda2cec9e844f3746daa78e1e8e;p=thirdparty%2Fsquid.git update --- diff --git a/test-suite/Makefile b/test-suite/Makefile index aee1feab32..183f5a81b0 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -12,7 +12,13 @@ XTRA_LIBS = -lm -lmalloc all: membanger membanger: $(OBJS) $(TARGLIB) - gcc -o membanger $(OBJS) $(LIB) + $(CC) -o membanger $(OBJS) $(LIB) + +tcp-banger2: tcp-banger2.o + $(CC) -o $@ tcp-banger2.o + +tcp-banger2.o: tcp-banger2.c + $(CC) -c -I../include tcp-banger2.c $(OBJS): Makefile