src/utils/userApps/makefile 1.5

1.5 2009/10/07 18:18:38 galt
since all other dates are changing, this one should too
Index: src/utils/userApps/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/userApps/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/userApps/makefile	7 Oct 2009 17:49:35 -0000	1.4
+++ src/utils/userApps/makefile	7 Oct 2009 18:18:38 -0000	1.5
@@ -6,9 +6,9 @@
 all::
 	@${MKDIR} "${DESTDIR}${BINDIR}"
 	@for P in ${CMD_LIST}; do \
 	    ( rm -f "${DESTDIR}${BINDIR}/$${P}" && \
-		cp -p $${P} "${DESTDIR}${BINDIR}" && \
+		cp $${P} "${DESTDIR}${BINDIR}" && \
 		chmod +x "${DESTDIR}${BINDIR}/$${P}" && \
 		echo "installed ${DESTDIR}${BINDIR}/$${P}" ) ; \
 	done
 	@for P in ${DOC_LIST}; do \