Index: trunk/Ohana/src/opihi/pcontrol/Makefile
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/Makefile	(revision 4691)
+++ trunk/Ohana/src/opihi/pcontrol/Makefile	(revision 4693)
@@ -38,5 +38,4 @@
 $(SDIR)/GetJobOutput.$(ARCH).o \
 $(SDIR)/HostOps.$(ARCH).o \
-$(SDIR)/IOBufferOps.$(ARCH).o \
 $(SDIR)/JobID.$(ARCH).o \
 $(SDIR)/JobOps.$(ARCH).o \
@@ -74,5 +73,5 @@
 install: $(DESTBIN)/pcontrol help
 
-help: cmd.basic.help cmd.data.help pcontrol.help
+help: clean-help cmd.basic.help pcontrol.help
 
 # utilities #################################################
@@ -111,4 +110,8 @@
 	rm -f `find . -name "#*"`
 
+clean-help:
+	@if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi
+	rm -f $(DESTHLP)/*
+
 dist: clean
 	rm -f $(BIN)/*
@@ -128,5 +131,4 @@
 
 %.help:
-	@if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi
 	rm -f $(HOME)/$*/help/*~
 	rm -f $(HOME)/$*/help/#*
