reverted to 12828

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13200 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-06-17 11:44:32 +00:00
parent 0e16d351bf
commit 12f043c1e2

View File

@ -23,7 +23,7 @@ rule BuildLibFSShell
C++FLAGS = [ Filter $(C++FLAGS) : -nostdinc ] ;
Objects $(2) ;
LibraryFromObjects $(1) : [ FGristFiles $(2:S=$(SUFOBJ)) ] ;
LibraryFromObjects $(1) : $(2:S=$(SUFOBJ)) ;
ObjectsDefines $(2) : _NO_INLINE_ASM ;