Author: sebor
Date: Wed Mar 21 17:46:44 2007
New Revision: 521057

URL: http://svn.apache.org/viewvc?view=rev&rev=521057
Log:
2007-03-21  Martin Sebor  <[EMAIL PROTECTED]>

        * GNUmakefile.tst (RUNFLAGS): Appended new options instead of straight
        out setting the variable to keep its value (such as the timeout set in
        makefile.in).

Modified:
    incubator/stdcxx/trunk/etc/config/GNUmakefile.tst

Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.tst
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.tst?view=diff&rev=521057&r1=521056&r2=521057
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.tst (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.tst Wed Mar 21 17:46:44 2007
@@ -71,7 +71,7 @@
   LDFLAGS += $(RPATH)$(LIBDIR):$(BUILDDIR)/rwtest
 endif
 
-RUNFLAGS = --compat -x "--compat -O -"
+RUNFLAGS += --compat -x "--compat -O -"
 
 ##############################################################################
 #  TARGETS


Reply via email to