[csw-devel] SF.net SVN: gar:[2487] csw/mgar/gar/v2/gar.conf.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Dec 9 14:45:06 CET 2008


Revision: 2487
          http://gar.svn.sourceforge.net/gar/?rev=2487&view=rev
Author:   dmichelsen
Date:     2008-12-09 13:45:05 +0000 (Tue, 09 Dec 2008)

Log Message:
-----------
mGAR v2: Fixed typo in LINKER_FLAGS

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.conf.mk

Modified: csw/mgar/gar/v2/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2/gar.conf.mk	2008-12-09 10:48:53 UTC (rev 2486)
+++ csw/mgar/gar/v2/gar.conf.mk	2008-12-09 13:45:05 UTC (rev 2487)
@@ -415,7 +415,7 @@
 # the links 32 and 64.
 ifeq ($(origin LINKER_FLAGS), undefined)
 ifdef NOISALIST
-LINKER_FLAGS = $(foreach ELIB,$(libdir_install) $(EXTRA_LIB),-L$(abspath $(ELIB)/$(MM_LIBDIR)) -R$(abspath $(ELIB)/$(MM_LIBDIR))
+LINKER_FLAGS = $(foreach ELIB,$(libdir_install) $(EXTRA_LIB),-L$(abspath $(ELIB)/$(MM_LIBDIR)) -R$(abspath $(ELIB)/$(MM_LIBDIR)))
 else
 # If we use $ISALIST it is a good idea to also add $MM_LIBDIR as there
 # may not be a subdirectory for the 32-bit standard case (this would normally


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list