Index: trunk/Ohana/src/opihi/Makefile.Common
===================================================================
--- trunk/Ohana/src/opihi/Makefile.Common	(revision 9361)
+++ trunk/Ohana/src/opihi/Makefile.Common	(revision 10342)
@@ -2,4 +2,6 @@
 # utilities #################################################
 # .SUFFIXES: .$(ARCH).o
+
+CFLAGS  =       -I$(INC) -I$(DESTINC) $(INCDIRS) -DHELPDIR_DEFAULT=$(HELP)
 
 $(BIN)/%.$(ARCH):
@@ -35,8 +37,8 @@
 
 %.help:
-	@if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi
+	@if [ ! -d $(HELP) ]; then mkdir -p $(HELP); fi
 	rm -f $(HOME)/$*/help/*~
 	rm -f $(HOME)/$*/help/#*
-	for i in `find $(HOME)/$*/help -maxdepth 1 -type f`; do cp -f $$i $(DESTHLP); done
+	for i in `find $(HOME)/$*/help -maxdepth 1 -type f`; do cp -f $$i $(HELP); done
 %.clean:
 	rm -f $(BIN)/$*.$(ARCH)
@@ -58,4 +60,4 @@
 
 clean-help:
-	@if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi
-	rm -f $(DESTHLP)/*
+	@if [ ! -d $(HELP) ]; then mkdir -p $(HELP); fi
+	rm -f $(HELP)/*
