fix build 2.

svn path=/branches/ros-amd64-bringup/; revision=44581
This commit is contained in:
Samuel Serapion
2009-12-14 19:12:05 +00:00
parent c4a74680e2
commit be486cc570
+2
View File
@@ -353,6 +353,7 @@ ifeq ($(HOST),mingw32-linux)
endif
export SEP = /
mkdir = -$(Q)mkdir -p
touch = $(Q)touch
rm = $(Q)rm -f
cp = $(Q)cp
NUL = /dev/null
@@ -361,6 +362,7 @@ else # mingw32-windows
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