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

make correct dependency when building slurmstepd by itself

parent 6ce78c99
No related branches found
No related tags found
No related merge requests found
...@@ -36,5 +36,5 @@ slurmstepd_LDFLAGS = -export-dynamic $(CMD_LDFLAGS) ...@@ -36,5 +36,5 @@ slurmstepd_LDFLAGS = -export-dynamic $(CMD_LDFLAGS)
endif endif
force: force:
$(slurmd_LDADD) : force $(slurmstepd_LDADD) : force
@cd `dirname $@` && $(MAKE) `basename $@` @cd `dirname $@` && $(MAKE) `basename $@`
...@@ -683,7 +683,7 @@ uninstall-am: uninstall-sbinPROGRAMS ...@@ -683,7 +683,7 @@ uninstall-am: uninstall-sbinPROGRAMS
force: force:
$(slurmd_LDADD) : force $(slurmstepd_LDADD) : 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