mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
typo LDFAGS -> LDFLLAGS
detected by: noisy build on FreeBSD git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37719 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -68,7 +68,7 @@ $(1): $(2)
|
|||||||
@$$(HOST_CC) -o $$@ $$(CFLAGS) $$(LDFLAGS) $$^ $$(LIBS)
|
@$$(HOST_CC) -o $$@ $$(CFLAGS) $$(LDFLAGS) $$^ $$(LIBS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
else
|
else # noisy build
|
||||||
|
|
||||||
define ast_make_o_c
|
define ast_make_o_c
|
||||||
$(1): $(2)
|
$(1): $(2)
|
||||||
@@ -92,7 +92,7 @@ endef
|
|||||||
|
|
||||||
define ast_make_so_o
|
define ast_make_so_o
|
||||||
$(1): $(2)
|
$(1): $(2)
|
||||||
$$(CC) -o $$@ $$(LDFAGS) $$(SOLINK) $$^ $$(LIBS)
|
$$(CC) -o $$@ $$(LDFLAGS) $$(SOLINK) $$^ $$(LIBS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define ast_make_so_oo
|
define ast_make_so_oo
|
||||||
|
Reference in New Issue
Block a user