opensm: management/Makefile: osm and diags build order reversal

osm and diags build order reversal in management/Makefile. It is needed
since saquery diag tool uses osm libraries.

Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]>
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 9c86916..770112a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ OSM:=osm
 OSMLIBS:=complib libvendor
 DIAG:=diags
 
-SUBDIRS=$(DIAG) $(OSM)
+SUBDIRS=$(OSM) $(DIAG)
 
 all: BUILD_TARG=all
 all: libs_install subdirs

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to