Author: hpoussin
Date: Thu Sep 6 11:17:33 2007
New Revision: 28893
URL:
http://svn.reactos.org/svn/reactos?rev=28893&view=rev
Log:
As described in documentation, default TEMPORARY variable to current directory
(".") instead of nothing ("")
This permits TEMPORARY followed by the directory separator to be "./" instead of
"/" (root dir)
Spotted by Andrew Munger on IRC
Modified:
trunk/reactos/Makefile
Modified: trunk/reactos/Makefile
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=28893&r1=…
==============================================================================
--- trunk/reactos/Makefile (original)
+++ trunk/reactos/Makefile Thu Sep 6 11:17:33 2007
@@ -357,7 +357,7 @@
ifneq ($(ROS_TEMPORARY),)
TEMPORARY := $(ROS_TEMPORARY)
else
- TEMPORARY :=
+ TEMPORARY := .
endif
TEMPORARY_ := $(TEMPORARY)$(SEP)