As of 2.6c, the poundctl Makefile issue Steven mentioned is still present. OBJS contains the pound object files.
OBJS has .h dependencies: $(OBJS): pound.h config.h However, poundctl: poundctl.o And there is no: poundctl.o: pound.h config.h So the above line needs to be added. Joe -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
