Index: /branches/eam_branches/ipp-20110213/extsrc/gpcsw/Make.Common.fixed
===================================================================
--- /branches/eam_branches/ipp-20110213/extsrc/gpcsw/Make.Common.fixed	(revision 30885)
+++ /branches/eam_branches/ipp-20110213/extsrc/gpcsw/Make.Common.fixed	(revision 30886)
@@ -130,5 +130,6 @@
 PATH     := .:$(DIR_GNU)/bin:$(DIR_BIN):/usr/local/bin:/usr/5bin:/usr/bin:/bin:/usr/ucb:$(PATH)
 SHELL	 = /bin/sh
-INSTALL  = ginstall
+# INSTALL  = ginstall
+INSTALL  = install
 INSTSTRIP= $(INSTALL) -s
 TAR	 = gtar
Index: /branches/eam_branches/ipp-20110213/extsrc/gpcsw/Makefile.in
===================================================================
--- /branches/eam_branches/ipp-20110213/extsrc/gpcsw/Makefile.in	(revision 30885)
+++ /branches/eam_branches/ipp-20110213/extsrc/gpcsw/Makefile.in	(revision 30886)
@@ -50,4 +50,7 @@
 	cp -f burntool.nopsf/psfstats.c gpcsrc/fits/burntool
 
+# replace master Make.Common with the modified Make.Common.fixed
+	cp -f Make.Common.fixed gpcsrc/Make.Common
+
 # set up links
 	ln -sf ../Make.Common gpcsrc/analysis/Make.Common
Index: /branches/eam_branches/ipp-20110213/extsrc/gpcsw/gpcsrc/Make.Common
===================================================================
--- /branches/eam_branches/ipp-20110213/extsrc/gpcsw/gpcsrc/Make.Common	(revision 30885)
+++ /branches/eam_branches/ipp-20110213/extsrc/gpcsw/gpcsrc/Make.Common	(revision 30886)
@@ -130,9 +130,10 @@
 PATH     := .:$(DIR_GNU)/bin:$(DIR_BIN):/usr/local/bin:/usr/5bin:/usr/bin:/bin:/usr/ucb:$(PATH)
 SHELL	 = /bin/sh
-INSTALL  = ginstall
+# INSTALL  = ginstall
+INSTALL  = install
 INSTSTRIP= $(INSTALL) -s
 TAR	 = gtar
 AR	 = ar
-FC       = g77
+FC       = gfortran
 CC	 = gcc
 LD       = gcc
@@ -670,17 +671,17 @@
 $(DIR_BIN)/%:	$(DIR_BIN)/%-$(VERSION)
 	@echo "--> Installing link to $(notdir $<) as $(notdir $@)"
-	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true
-	@-rm -f $(DIR_BIN)/*.TEXT_FILE_BUSY 2> /dev/null || /bin/true
+	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true
+	@-rm -f $(DIR_BIN)/*.TEXT_FILE_BUSY 2> /dev/null || true
 	@ln $< $@
-	@-setuidinst $@
+	# @-setuidinst $@
 
 $(DIR_BIN)/%-$(VERSION): scripts/%.sh
 	@echo "--> Installing sh script $(notdir $@)"
-	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true
+	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true
 	@$(INSTALL) -m 0555 $< $@ || ( rm -f $@ && exit 1 )
 
 $(DIR_BIN)/%-$(VERSION): $(EXECNAME)
 	@echo "--> Installing program $(notdir $@)"
-	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true
+	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true
 	@$(INSTSTRIP) -m 0755 $< $@ || ( rm -f $@ && exit 1 )
 	@chmod 0555 $@
