Author: dcoakley
Date: 2010-10-13 17:12:17 -0400 (Wed, 13 Oct 2010)
New Revision: 3373

Modified:
   trunk/osprey/targdir_lib/Makefile.in
Log:
Add missing dependency for libopen64rt library.

This library contains compiler support routines that are potentially
used by all other libraries and therefore needs to be built first.

Approved by: Sun Chan


Modified: trunk/osprey/targdir_lib/Makefile.in
===================================================================
--- trunk/osprey/targdir_lib/Makefile.in        2010-10-12 23:07:00 UTC (rev 
3372)
+++ trunk/osprey/targdir_lib/Makefile.in        2010-10-13 21:12:17 UTC (rev 
3373)
@@ -14,6 +14,11 @@
 libmv : libacml_mv
 endif
 
+# If building libopen64rt, build it before all other libraries.
+ifneq (,$(findstring libopen64rt,$(SUBDIRS)))
+$(filter-out libopen64rt,$(SUBDIRS)) : libopen64rt
+endif
+
 $(SUBDIRS):
        @echo "MAKE   $(ACTION) in $(PWD)/$@"; \
        $(MAKE) $(if $V,,--no-print-directory) -C $@ $(ACTION)


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to