Index: trunk/Ohana/src/opihi/pclient/Makefile
===================================================================
--- trunk/Ohana/src/opihi/pclient/Makefile	(revision 4691)
+++ trunk/Ohana/src/opihi/pclient/Makefile	(revision 4693)
@@ -28,5 +28,4 @@
 $(SDIR)/init.$(ARCH).o \
 $(SDIR)/pclient.$(ARCH).o \
-$(SDIR)/IOBufferOps.$(ARCH).o \
 $(SDIR)/ChildOps.$(ARCH).o \
 
@@ -54,5 +53,5 @@
 install: $(DESTBIN)/pclient help
 
-help: cmd.basic.help pclient.help
+help: clean-help cmd.basic.help pclient.help
 
 # utilities #################################################
@@ -91,4 +90,8 @@
 	rm -f `find . -name "#*"`
 
+clean-help:
+	@if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi
+	rm -f $(DESTHLP)/*
+
 dist: clean
 	rm -f $(BIN)/*
