Index: /trunk/Ohana/src/imregister/Makefile
===================================================================
--- /trunk/Ohana/src/imregister/Makefile	(revision 2766)
+++ /trunk/Ohana/src/imregister/Makefile	(revision 2767)
@@ -40,5 +40,5 @@
 
 # program under development, not installed
-DEVEL = 
+DEVEL = spregister spsearch
 
 IMOBJ  = \
@@ -73,4 +73,5 @@
 $(SPREG)/unique.$(ARCH).o \
 $(SPREG)/ConfigInit.$(ARCH).o    \
+$(SPREG)/showinfo.$(ARCH).o  \
 $(BASEDIR)/misc.$(ARCH).o        \
 $(BASEDIR)/parse_time.$(ARCH).o  \
@@ -125,4 +126,7 @@
 SS = $(SPREG)/args.spsearch.$(ARCH).o      $(SPOBJ)  
 
+$(SR) : $(INC)/spreg.h $(INC)/imregister.h
+$(SS) : $(INC)/spreg.h $(INC)/imregister.h
+
 # special rules:
 $(BIN)/photreg.$(ARCH)      : $(SRC)/photreg.$(ARCH).o      $(PR) ; $(CC) $^ -o $@ $(LFLAGS)
@@ -147,5 +151,5 @@
 
 %.$(ARCH).o : %.c
-	$(CC) $(CFLAGS) -c $^ -o $@
+	$(CC) $(CFLAGS) -c $< -o $@
 
 $(BIN)/%.$(ARCH) : $(SRC)/%.$(ARCH).o $(BASEOBJ)
