Index: tests/pcb-printf/Makefile =================================================================== --- tests/pcb-printf/Makefile (revision 5826) +++ tests/pcb-printf/Makefile (revision 5827) @@ -18,8 +18,10 @@ prcli.o: prcli.c tester: tester.o $(SRC)/pcb-printf.o $(LIBPCB_BASE) $(GDS) + $(CC) $(LDFLAGS) -o tester tester.o $(SRC)/pcb-printf.o $(LIBPCB_BASE) $(GDS) tester_spd: tester_spd.o $(SRC)/pcb-printf_spd.o $(LIBPCB_BASE) $(GDS) + $(CC) $(LDFLAGS) -o tester_spd tester_spd.o $(SRC)/pcb-printf_spd.o $(LIBPCB_BASE) $(GDS) tester.o: tester.c $(CC) -c $(CFLAGS) -o $@ tester.c Index: tests/propedit/Makefile =================================================================== --- tests/propedit/Makefile (revision 5826) +++ tests/propedit/Makefile (revision 5827) @@ -22,6 +22,7 @@ @rm tester.out tester: $(OBJS) $(LIB_OBJS) + $(CC) $(LDFLAGS) -o tester $(OBJS) $(LIB_OBJS) tester.o: tester.c $(PED)/props.h Index: tests/remote/Makefile =================================================================== --- tests/remote/Makefile (revision 5826) +++ tests/remote/Makefile (revision 5827) @@ -5,6 +5,7 @@ all: test_parse test_parse: test_parse.o + $(CC) $(LDFLAGS) -o test_parse test_parse.o test_parse.o: test_parse.c $(REM)/proto_lowcommon.h $(REM)/proto_lowparse.h $(REM)/proto_lowdbg.h Index: tests/strflags/Makefile =================================================================== --- tests/strflags/Makefile (revision 5826) +++ tests/strflags/Makefile (revision 5827) @@ -11,6 +11,7 @@ @rm tester.stdout tester: tester.o $(GDS) + $(CC) $(LDFLAGS) -o tester tester.o $(GDS) tester.o: tester.c $(CC) -c $(CFLAGS) -o $@ tester.c Index: tests/uniq_name/Makefile =================================================================== --- tests/uniq_name/Makefile (revision 5826) +++ tests/uniq_name/Makefile (revision 5827) @@ -14,6 +14,7 @@ @rm tester.out tester: tester.o $(UNM)/uniq_name.o $(LIB_OBJS) + $(CC) $(LDFLAGS) -o tester tester.o $(UNM)/uniq_name.o $(LIB_OBJS) tester.o: tester.c $(UNM)/uniq_name.h