Index: trunk/Ohana/src/opihi/pantasks/Makefile
===================================================================
--- trunk/Ohana/src/opihi/pantasks/Makefile	(revision 6678)
+++ trunk/Ohana/src/opihi/pantasks/Makefile	(revision 6687)
@@ -5,5 +5,5 @@
 LIB     =       $(HOME)/lib
 INC     =       $(HOME)/include
-SDIR    =       $(HOME)/psched
+SDIR    =       $(HOME)/pantasks
 #
 DESTBIN =       $(LBIN)
@@ -11,5 +11,5 @@
 DESTINC =       $(LINC)
 DESTMAN =       $(LMAN)
-DESTHLP =       $(LHLP)/psched
+DESTHLP =       $(LHLP)/pantasks
 
 #  compile flags
@@ -26,6 +26,6 @@
 
 funcs = \
+$(SDIR)/pantasks.$(ARCH).o \
 $(SDIR)/init.$(ARCH).o \
-$(SDIR)/psched.$(ARCH).o \
 $(SDIR)/CheckJobs.$(ARCH).o \
 $(SDIR)/CheckSystem.$(ARCH).o \
@@ -70,13 +70,13 @@
 $(DESTLIB)/libdatacmd.a
 
-psched: $(BIN)/psched.$(ARCH)
+pantasks: $(BIN)/pantasks.$(ARCH)
 
-$(BIN)/psched.$(ARCH) : $(funcs) $(cmds) $(libs)
+$(BIN)/pantasks.$(ARCH) : $(funcs) $(cmds) $(libs)
 
-install: $(DESTBIN)/psched help
+install: $(DESTBIN)/pantasks help
 
-help: cmd.basic.help cmd.data.help cmd.astro.help psched.help
+help: cmd.basic.help cmd.data.help cmd.astro.help pantasks.help
 
-.PHONY: psched
+.PHONY: pantasks
 
 include ../Makefile.Common
