mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
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/trunk@111998 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -845,7 +845,7 @@ menuselect/gmenuselect: menuselect/makeopts
|
||||
menuselect/nmenuselect: menuselect/makeopts
|
||||
$(MAKE_MENUSELECT) nmenuselect
|
||||
|
||||
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