[openib-general] [PATH TRIVIAL] opensm: management/Makefile: osm and diags build order reversal
Sasha Khapyorsky
sashak at voltaire.com
Tue Aug 1 08:15:58 PDT 2006
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 <sashak at voltaire.com>
---
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
More information about the general
mailing list