aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-16 13:01:48 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-16 13:01:48 +0000
commit792bd16a382d2c76c2101eb472c6306abf46a575 (patch)
treefc8566f6c335b9306c4b7c138a5c4c9f35403fbb
parent3c4389857027c0cf3601d4778bc051ec5c725f7b (diff)
typo LDFAGS -> LDFLLAGS
detected by: noisy build on FreeBSD git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37719 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 4982b2d3b..7b4b93ac9 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -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