Author: sebor
Date: Mon Mar 26 17:25:40 2007
New Revision: 522675

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

        * GNUmakefile.tst (INCLUDES): Removed an unneeded directory from
        the preprocessor search path.

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=522675&r1=522674&r2=522675
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.tst (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.tst Mon Mar 26 17:25:40 2007
@@ -59,7 +59,7 @@
 RWTLIBNAME   = lib$(RWTLIBBASE).a
 
 # Add to include dirs and link flags:
-INCLUDES    += -I$(RWTESTDIR) -I$(RWTESTDIR)/include -I$(TESTDIR)/include
+INCLUDES    += -I$(RWTESTDIR)/include -I$(TESTDIR)/include
 LDFLAGS     := -L$(BUILDDIR)/rwtest -l$(RWTLIBBASE) $(LDFLAGS)
 
 # targets to be built: object files for sources in the source directories


Reply via email to