Skip to content
Snippets Groups Projects
Commit 541fdacb authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

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
parent 1a396d37
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ $(1): $(2)
@$$(HOST_CC) -o $$@ $$(CFLAGS) $$(LDFLAGS) $$^ $$(LIBS)
endef
else
else # noisy build
define ast_make_o_c
$(1): $(2)
......@@ -92,7 +92,7 @@ endef
define ast_make_so_o
$(1): $(2)
$$(CC) -o $$@ $$(LDFAGS) $$(SOLINK) $$^ $$(LIBS)
$$(CC) -o $$@ $$(LDFLAGS) $$(SOLINK) $$^ $$(LIBS)
endef
define ast_make_so_oo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment