mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they are also then used for non-Asterisk components (like menuselect); use our own variables instead
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44008 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -42,14 +42,14 @@ clean::
|
||||
|
||||
gsm/lib/libgsm.a:
|
||||
@mkdir -p gsm/lib
|
||||
@CFLAGS="$(OTHER_SUBDIR_CFLAGS) -I." $(MAKE) -C gsm lib/libgsm.a
|
||||
@$(MAKE) -C gsm lib/libgsm.a
|
||||
|
||||
$(LIBLPC10):
|
||||
@CFLAGS="$(OTHER_SUBDIR_CFLAGS)" $(MAKE) -C lpc10 all
|
||||
@$(MAKE) -C lpc10 all
|
||||
|
||||
$(codec_lpc10): $(LIBLPC10)
|
||||
|
||||
$(LIBILBC):
|
||||
@CFLAGS="$(OTHER_SUBDIR_CFLAGS)" $(MAKE) -C ilbc all
|
||||
@$(MAKE) -C ilbc all
|
||||
|
||||
$(codec_ilbc): $(LIBILBC)
|
||||
|
Reference in New Issue
Block a user