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

now made the bluegene plugin dependant on the block_allocator lib

parent 5e228076
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,7 @@ slurm_epilog_SOURCES = slurm_epilog.c
sfree_LDFLAGS = -export-dynamic -lm $(CMD_LDFLAGS)
slurm_prolog_LDFLAGS = -export-dynamic $(CMD_LDFLAGS)
slurm_epilog_LDFLAGS = -export-dynamic $(CMD_LDFLAGS)
force:
$(select_bluegene_la_LIBADD) $(sfree_LDADD) : force
@cd `dirname $@` && $(MAKE) `basename $@`
......@@ -689,6 +689,10 @@ uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-sbinPROGRAMS
tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES \
uninstall-sbinPROGRAMS
force:
$(select_bluegene_la_LIBADD) $(sfree_LDADD) : force
@cd `dirname $@` && $(MAKE) `basename $@`
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
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