summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-11 20:29:00 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-11 20:29:00 +0000
commit8a390e342ae7b316429686af49621bf06a726470 (patch)
tree1f0a29b4319d5c66e1e1d70fc33edda4a941c210 /Makefile
parentb91ce5a73852d180d8f9af2c0a20d10b1794591a (diff)
use config.status instead of include/autoconfig.h as the dependency
for menuselect git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e32dc93e..f9e99d2f5 100644
--- a/Makefile
+++ b/Makefile
@@ -990,7 +990,7 @@ uninstall-all: _uninstall
menuselect: build_tools/menuselect makeopts.xml
-@build_tools/menuselect ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} menuselect.makeopts && echo "menuselect changes saved!" || echo "menuselect changes NOT saved!"
-build_tools/menuselect: build_tools/menuselect.c build_tools/menuselect_curses.c build_tools/menuselect.h include/autoconfig.h mxml/libmxml.a $(MENUSELECT_OBJS)
+build_tools/menuselect: build_tools/menuselect.c build_tools/menuselect_curses.c build_tools/menuselect.h config.status mxml/libmxml.a $(MENUSELECT_OBJS)
$(MAKE) -C build_tools menuselect
mxml/libmxml.a: