[NTOS]: Don't put boot.s in "arch" anymore, it's part of "boot" now.
authorSir Richard <sir_richard@svn.reactos.org>
Tue, 23 Nov 2010 17:20:20 +0000 (17:20 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Tue, 23 Nov 2010 17:20:20 +0000 (17:20 +0000)
svn path=/trunk/; revision=49747

reactos/boot/freeldr/freeldr/freeldr_arch.rbuild

index 3badf72..6d965bf 100644 (file)
@@ -64,7 +64,6 @@
                </directory>
                <directory name="arm">
                        <if property="ARCH" value="arm">
-                               <file first="true">boot.s</file>
                                <file>macharm.c</file>
                        </if>
                </directory>