Author: sserapion
Date: Mon Dec 14 20:12:05 2009
New Revision: 44581
URL:
http://svn.reactos.org/svn/reactos?rev=44581&view=rev
Log:
fix build 2.
Modified:
branches/ros-amd64-bringup/reactos/Makefile
Modified: branches/ros-amd64-bringup/reactos/Makefile
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/Makef…
==============================================================================
--- branches/ros-amd64-bringup/reactos/Makefile [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/Makefile [iso-8859-1] Mon Dec 14 20:12:05 2009
@@ -353,6 +353,7 @@
endif
export SEP = /
mkdir = -$(Q)mkdir -p
+ touch = $(Q)touch
rm = $(Q)rm -f
cp = $(Q)cp
NUL = /dev/null
@@ -361,6 +362,7 @@
ROS_EMPTY =
export SEP = \$(ROS_EMPTY)
mkdir = -$(Q)mkdir
+ touch = $(Q)copy /y NUL
rm = $(Q)del /f /q
cp = $(Q)copy /y
NUL = NUL