ASSEMBLE needs no padding.

svn path=/trunk/netsurf/; revision=4809
This commit is contained in:
Michael Drake 2008-07-29 20:55:26 +00:00
parent 9418f693d2
commit 43dd9fb097
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ endef
# 3 = dep filename, no prefix
define compile_target_s
$$(OBJROOT)/$(2): $$(OBJROOT)/created
$$(VQ)echo " ASSEMBLE: $(1)"
$$(VQ)echo "ASSEMBLE: $(1)"
$$(Q)$$(CC) $$(ASFLAGS) -o $$@ -c $(1)
endef