Fix minor style inconsistency

This commit is contained in:
Ole André Vadla Ravnås 2014-07-04 23:39:59 +02:00
parent b202b914f9
commit ffc8aaa38a

View File

@ -136,7 +136,7 @@ endef
define link-static
${CC} $(LDFLAGS) $< $(ARCHIVE) -o $(call staticname,$@)
$(CC) $(LDFLAGS) $< $(ARCHIVE) -o $(call staticname,$@)
endef