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

wrong variable, wrong order -> broken build.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89381 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a0f06d0d
Branches
Tags
No related merge requests found
...@@ -253,13 +253,13 @@ ASTCFLAGS+=$(MALLOC_DEBUG)$(BUSYDETECT)$(OPTIONS) ...@@ -253,13 +253,13 @@ ASTCFLAGS+=$(MALLOC_DEBUG)$(BUSYDETECT)$(OPTIONS)
MOD_SUBDIRS:=channels pbx apps codecs formats cdr funcs MOD_SUBDIRS:=channels pbx apps codecs formats cdr funcs
OTHER_SUBDIRS:=utils agi OTHER_SUBDIRS:=utils agi
SUBDIRS:=$(OTHER_SUBDIRS) $(MOD_SUBDIRS)
# in cygwin we need to build main (i.e. asterisk.dll) first, then res. # in cygwin we need to build main (i.e. asterisk.dll) first, then res.
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
SUBDIRS+= main res SUBDIRS+= main res
else else
OTHER_SUBDIRS += res main MOD_SUBDIRS += res main
endif endif
SUBDIRS:=$(OTHER_SUBDIRS) $(MOD_SUBDIRS)
SUBDIRS_INSTALL:=$(SUBDIRS:%=%-install) SUBDIRS_INSTALL:=$(SUBDIRS:%=%-install)
SUBDIRS_CLEAN:=$(SUBDIRS:%=%-clean) SUBDIRS_CLEAN:=$(SUBDIRS:%=%-clean)
SUBDIRS_DIST_CLEAN:=$(SUBDIRS:%=%-dist-clean) SUBDIRS_DIST_CLEAN:=$(SUBDIRS:%=%-dist-clean)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment