mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Merged revisions 111998 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r111998 | russell | 2008-03-31 12:14:58 -0500 (Mon, 31 Mar 2008) | 7 lines Ensure configure gets run on a clean checkout. (closes issue #12197) Reported by: juggie Patches: 12197.diff uploaded by juggie (license 24) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111999 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -829,7 +829,7 @@ menuselect/menuselect: menuselect/makeopts
|
||||
menuselect/gmenuselect: menuselect/makeopts
|
||||
$(MAKE_MENUSELECT) gmenuselect
|
||||
|
||||
menuselect/makeopts:
|
||||
menuselect/makeopts: makeopts
|
||||
$(MAKE_MENUSELECT) makeopts
|
||||
|
||||
menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) build_tools/cflags.xml build_tools/cflags-devmode.xml sounds/sounds.xml build_tools/embed_modules.xml configure
|
||||
|
Reference in New Issue
Block a user