mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +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) | ||||
| 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user