Correct documentation for ROS_PREFIX. Spotted by Sylvain Petreolle
[spetreolle(a)yahoo.fr].
Modified: trunk/reactos/Makefile
_____
Modified: trunk/reactos/Makefile
--- trunk/reactos/Makefile 2005-05-28 17:45:01 UTC (rev 15596)
+++ trunk/reactos/Makefile 2005-05-28 18:10:26 UTC (rev 15597)
@@ -2,9 +2,9 @@
#
# ROS_PREFIX
# This variable specifies the prefix of the MinGW installation.
On Windows
-# a prefix is usually not needed, but on linux it is usually
"mingw32-". If
+# a prefix is usually not needed, but on linux it is usually
"mingw32". If
# not present and no executable named "gcc" can be found, then
the prefix is
-# assumed to be "mingw32-".
+# assumed to be "mingw32".
#
# ROS_INTERMEDIATE
# This variable controls where to put intermediate files.
Intermediate