From: Luigi Rizzo Date: Sun, 16 Jul 2006 13:01:48 +0000 (+0000) Subject: typo LDFAGS -> LDFLLAGS X-Git-Tag: 1.4.0-beta1~571 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=541fdacb3c9e853be2daa7b3871e5ba4b28bd6b8;p=thirdparty%2Fasterisk.git 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 --- diff --git a/Makefile.rules b/Makefile.rules index 4982b2d3bf..7b4b93ac95 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