[ros-diffs] [sserapion] 44581: fix build 2.

sserapion at svn.reactos.org sserapion at svn.reactos.org
Mon Dec 14 20:12:05 CET 2009


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/Makefile?rev=44581&r1=44580&r2=44581&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list