Changeset 4899 for mpich2/branches/dev/kumudb/src/pm/Makefile.sm
- Timestamp:
- 07/03/09 14:23:23 (5 months ago)
- Files:
-
- 1 modified
-
mpich2/branches/dev/kumudb/src/pm/Makefile.sm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/branches/dev/kumudb/src/pm/Makefile.sm
r4870 r4899 12 12 # We need to handle the case where the process manager is external to 13 13 # MPICH2 14 all-postamble:14 executable-postamble: 15 15 if [ -n "@pm_name@" -a -d "@pm_name@" ] ; then \ 16 16 build_prefix=`cd ../.. && pwd` && cd @pm_name@ && \
