[ofa-general] [PATCH] opensm/Makefile.am: fixing compilation error with osm_version.h
Yevgeny Kliteynik
kliteyn at dev.mellanox.co.il
Mon Aug 4 07:34:58 PDT 2008
Hi Sasha,
Fixing compilation error:
"No rule to make target `/../include/opensm/osm_version.h',
needed by `all-am'. Stop."
Signed-off-by: Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il>
---
opensm/opensm/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opensm/opensm/Makefile.am b/opensm/opensm/Makefile.am
index 0974cac..42dd898 100644
--- a/opensm/opensm/Makefile.am
+++ b/opensm/opensm/Makefile.am
@@ -142,7 +142,7 @@ opensminclude_HEADERS = \
$(srcdir)/../include/opensm/osm_switch.h \
$(srcdir)/../include/opensm/osm_ucast_mgr.h \
$(srcdir)/../include/opensm/osm_vl15intf.h \
- $(builddir)/../include/opensm/osm_version.h
+ $(top_builddir)/include/opensm/osm_version.h
BUILT_SOURCES = osm_version
osm_version:
--
1.5.1.4
More information about the general
mailing list