From 378668363631a760e284d19a4bdd43384761387a Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Fri, 14 Mar 2003 02:29:34 +0000 Subject: [PATCH] Removed the building of the osgTXP library so the build system builds only the plugin. Building both the plugin and the library causes a race condition during parallel makes. --- src/osgPlugins/txp/GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/txp/GNUmakefile b/src/osgPlugins/txp/GNUmakefile index c0b3c795d..7d3f30e7c 100644 --- a/src/osgPlugins/txp/GNUmakefile +++ b/src/osgPlugins/txp/GNUmakefile @@ -41,7 +41,8 @@ PLUGIN_TARGET_BASENAME = txp include $(TOPDIR)/Make/cygwin_plugin_def PLUGIN = $(PLUGIN_PREFIX)$(PLUGIN_TARGET_BASENAME).$(PLUGIN_EXT) -LIB_TARGET_BASENAME=osgTXP -LIB = $(LIB_PREFIX)$(LIB_TARGET_BASENAME).$(LIB_EXT) +#### LIB NOT NEEDED ANYMORE and causes a race condition when doing a parallel make. +####LIB_TARGET_BASENAME=osgTXP +####LIB = $(LIB_PREFIX)$(LIB_TARGET_BASENAME).$(LIB_EXT) include $(TOPDIR)/Make/makerules