Skip to content
Snippets Groups Projects
Commit 3c13c1ff authored by Danny Auble's avatar Danny Auble
Browse files

Fix issue with dependency caused from commit

d75bcaa5
parent cde57c3a
No related branches found
No related tags found
No related merge requests found
...@@ -26,5 +26,5 @@ mpi_pmi2_la_LIBADD = \ ...@@ -26,5 +26,5 @@ mpi_pmi2_la_LIBADD = \
force: force:
$(mpi_pmi2_LIBADD) : force $(mpi_pmi2_la_LIBADD) : force
@cd `dirname $@` && $(MAKE) `basename $@` @cd `dirname $@` && $(MAKE) `basename $@`
...@@ -815,7 +815,7 @@ uninstall-am: uninstall-pkglibLTLIBRARIES ...@@ -815,7 +815,7 @@ uninstall-am: uninstall-pkglibLTLIBRARIES
force: force:
$(mpi_pmi2_LIBADD) : force $(mpi_pmi2_la_LIBADD) : force
@cd `dirname $@` && $(MAKE) `basename $@` @cd `dirname $@` && $(MAKE) `basename $@`
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment