Author: hpoussin
Date: Tue Apr 22 00:52:18 2008
New Revision: 33094
URL:
http://svn.reactos.org/svn/reactos?rev=33094&view=rev
Log:
Change default intermediate directory to obj directory.
Modified:
trunk/reactos/Makefile
Modified: trunk/reactos/Makefile
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=33094&r1=…
==============================================================================
--- trunk/reactos/Makefile [iso-8859-1] (original)
+++ trunk/reactos/Makefile [iso-8859-1] Tue Apr 22 00:52:18 2008
@@ -83,7 +83,7 @@
# are (usually small) generated files that are needed to generate the
# intermediate or final output files. Examples of temporary files include
# *.rci (preprocessed .rc files for wrc), *.tmp, and *.exp. N.B. Don't put
-# a path separator at the end. The variable defaults to the current
+# a path separator at the end. The variable defaults to {ROS_INTERMEDIATE}
# directory.
#
# ROS_INSTALL
@@ -351,7 +351,7 @@
ifneq ($(ROS_TEMPORARY),)
TEMPORARY := $(ROS_TEMPORARY)
else
- TEMPORARY := .
+ TEMPORARY := $(INTERMEDIATE)
endif
TEMPORARY_ := $(TEMPORARY)$(SEP)