Index: trunk/tests/pcb-printf/Makefile =================================================================== --- trunk/tests/pcb-printf/Makefile (revision 27659) +++ trunk/tests/pcb-printf/Makefile (revision 27660) @@ -21,8 +21,10 @@ prclimq: prclimq.o $(SRC)/pcb-printf.o $(SRC)/misc_util.o $(LIBPCB_BASE) $(GDS) prcli.o: prcli.c + $(CC) -c $(CFLAGS) prcli.c -o prcli.o prclimq.o: prclimq.c + $(CC) -c $(CFLAGS) prclimq.c -o prclimq.o tester: tester.o $(SRC)/pcb-printf.o $(LIBPCB_BASE) $(GDS) $(CC) $(LDFLAGS) -o tester tester.o $(SRC)/pcb-printf.o $(LIBPCB_BASE) $(GDS) $(LDLIBS)