File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,12 +250,12 @@ else
250250${API_OBJS} : mpiPconfig.h mpiPi.h mpiPi_proto.h mpip_timers.h
251251endif
252252
253- install :: ${C_TARGET } ${DEMANGLE_TARGET} ${FORTRAN_TARGET}
253+ install :: ${SHARED_C_TARGET } ${DEMANGLE_TARGET} ${FORTRAN_TARGET}
254254 mkdir -p ${DESTDIR}${libdir} ${DESTDIR}${docdir}
255- ${INSTALL} ${C_TARGET } ${DESTDIR}${libdir} /${C_TARGET }
255+ ${INSTALL} ${SHARED_C_TARGET } ${DESTDIR}${libdir} /${SHARED_C_TARGET }
256256 if test " x${DEMANGLE_TARGET} " ! = " x" ; then ${INSTALL} ${DEMANGLE_TARGET} ${DESTDIR}${libdir} /${DEMANGLE_TARGET} ; fi
257257 if test " x${FORTRAN_TARGET} " ! = " x" ; then ${INSTALL} ${FORTRAN_TARGET} ${DESTDIR}${libdir} /${FORTRAN_TARGET} ; fi
258- ${INSTALL} doc/* txt doc/* html doc/README ${DESTDIR}${docdir} ; \
258+ ${INSTALL} doc/* md doc/* html doc/ * pdf doc/README ${DESTDIR}${docdir} ; \
259259
260260install-api : API
261261 mkdir -p ${DESTDIR}${libdir} ${DESTDIR}${includedir} /mpip_timers
You can’t perform that action at this time.
0 commit comments