[ros-diffs] [hpoussin] 35355: Fix typo which was preventing compilation on *nix

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Fri Aug 15 18:09:18 CEST 2008


Author: hpoussin
Date: Fri Aug 15 11:09:17 2008
New Revision: 35355

URL: http://svn.reactos.org/svn/reactos?rev=35355&view=rev
Log:
Fix typo which was preventing compilation on *nix

Modified:
    trunk/reactos/dll/ntdll/ntdll.rbuild

Modified: trunk/reactos/dll/ntdll/ntdll.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/ntdll.rbuild?rev=35355&r1=35354&r2=35355&view=diff
==============================================================================
--- trunk/reactos/dll/ntdll/ntdll.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/ntdll/ntdll.rbuild [iso-8859-1] Fri Aug 15 11:09:17 2008
@@ -33,7 +33,7 @@
 			</if>
 			<if property="ARCH" value="arm">
 				<directory name="arm">
-					<file>stubs_asm.S</file>
+					<file>stubs_asm.s</file>
 				</directory>
 			</if>
 			<ifnot property="ARCH" value="i386">



More information about the Ros-diffs mailing list