Removed third argument for SystemMain. Not longer needed.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@229 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-14 22:11:47 +00:00
parent cd29a30864
commit 4573543ca8

View File

@ -1,8 +1,8 @@
SubDir OBOS_TOP src kernel boot ;
SystemMain bootmaker : bootmaker.c : $(OBOS_KERNEL) ;
SystemMain bootmaker : bootmaker.c ;
SystemMain bin2h : bin2h.c ;
SystemMain bin2asm : bin2asm.c ;
SystemMain makeflop : makeflop.c : $(OBOS_FLOPPY) ;
SystemMain makeflop : makeflop.c ;
SubInclude OBOS_TOP src kernel boot arch ;