--------------------- PatchSet 10308 Date: 2007/12/23 17:17:00 Author: adri Branch: s27_adri Tag: (none) Log: Makefile. Members: test-suite/Makefile:1.1.1.1.270.2->1.1.1.1.270.3 Index: squid/test-suite/Makefile =================================================================== RCS file: /cvsroot/squid-sf//squid/test-suite/Makefile,v retrieving revision 1.1.1.1.270.2 retrieving revision 1.1.1.1.270.3 diff -u -r1.1.1.1.270.2 -r1.1.1.1.270.3 --- squid/test-suite/Makefile 17 Dec 2007 16:37:13 -0000 1.1.1.1.270.2 +++ squid/test-suite/Makefile 23 Dec 2007 17:17:00 -0000 1.1.1.1.270.3 @@ -12,7 +12,7 @@ LDFLAGS = -L../libcore -L../libbuf -L../libmem -L../libhttp -L../lib LIB = -lhttp -lbuf -lmem -lcore -lmiscutil -lm -all: check_strlist check_str +all: check_strlist check_str check_util membanger: $(OBJS) $(TARGLIB) $(CC) -o membanger $(OBJS) $(LIB) @@ -35,6 +35,9 @@ check_str: check_str.o $(CC) -o check_str check_str.o $(LDFLAGS) $(LIB) +check_util: check_util.c + $(CC) -o check_util check_util.c $(LDFLAGS) $(LIB) + $(OBJS): Makefile $(TARGLIB): $(LIBOBJS)