mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Cleanup white space and unused lines
git-svn-id: svn://coreboot.org/openbios/openbios-devel@340 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -67,13 +67,13 @@ $(ODIR)/target/include/openbios-version.h:
|
||||
<rule target="host" entity="object">
|
||||
$(HOSTCC) $(HOSTCFLAGS) $(HOSTINCLUDES) -c -o $@ $^
|
||||
</rule>
|
||||
|
||||
|
||||
<rule target="host" entity="library">
|
||||
$(AR) cru $@ $^; $(RANLIB) $@
|
||||
</rule>
|
||||
|
||||
|
||||
<!-- target/cross compiler build rules -->
|
||||
|
||||
|
||||
<rule target="target" entity="executable">
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
</rule>
|
||||
@@ -81,7 +81,7 @@ $(ODIR)/target/include/openbios-version.h:
|
||||
<rule target="target" entity="object">
|
||||
$(CC) $$EXTRACFLAGS $(CFLAGS) $(INCLUDES) -c -o $@ $^
|
||||
</rule>
|
||||
|
||||
|
||||
<rule target="target" entity="library">
|
||||
$(AR) cru $@ $^; $(RANLIB) $@
|
||||
</rule>
|
||||
|
||||
Reference in New Issue
Block a user