summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2011-08-03 15:16:25 +0000
committerKinsey Moore <kmoore@digium.com>2011-08-03 15:16:25 +0000
commit276c7954861206732165ee6e95b411d962f597e0 (patch)
treee2fd64fa1af0a3cc89422870764cda2718cbecb7 /main/Makefile
parentdb3d1134142f6339746bd17dad551b1ea349f4c7 (diff)
Merged revisions 330763 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r330763 | kmoore | 2011-08-03 10:15:26 -0500 (Wed, 03 Aug 2011) | 16 lines Merged revisions 330762 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r330762 | kmoore | 2011-08-03 10:14:36 -0500 (Wed, 03 Aug 2011) | 9 lines editing files in main/editline does not ensure rebuild of libedit.a When editing a source file in main/editline, the build system does not rebuild libedit.a and uses the already existing one instead. Adding a PHONY to CHECK_SUBDIR fixes this problem. (closes issue ASTERISK-16221) Patch-by: Walter Doekes ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@330764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile b/main/Makefile
index 9533163e3..d7315c3c2 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -106,6 +106,7 @@ ASTLINK+=-Wl,--version-script,asterisk.exports
endif
endif
+.PHONY: CHECK_SUBDIR
CHECK_SUBDIR: # do nothing, just make sure that we recurse in the subdir/
editline/libedit.a: CHECK_SUBDIR