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  <[EMAIL PROTECTED]>

        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 := "*"
 


Reply via email to