You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2006/06/01 21:02:00 UTC

svn commit: r410912 - /incubator/stdcxx/trunk/etc/config/makefile.common

Author: sebor
Date: Thu Jun  1 12:02:00 2006
New Revision: 410912

URL: http://svn.apache.org/viewvc?rev=410912&view=rev
Log:
2006-06-01  Martin Sebor  <se...@roguewave.com>

	STDCXX-193
	* makefile.common (INCLUDES): Reversed the order of -I options.

Modified:
    incubator/stdcxx/trunk/etc/config/makefile.common

Modified: incubator/stdcxx/trunk/etc/config/makefile.common
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/makefile.common?rev=410912&r1=410911&r2=410912&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/makefile.common (original)
+++ incubator/stdcxx/trunk/etc/config/makefile.common Thu Jun  1 12:02:00 2006
@@ -16,7 +16,7 @@
   CURDIR := $(shell pwd)
 endif
 
-INCLUDES     = -I$(BUILDDIR)/include -I$(TOPDIR)/include
+INCLUDES     = -I$(TOPDIR)/include -I$(BUILDDIR)/include
 
 ALL_FILES := "*"