]> git.ipfire.org Git - thirdparty/asterisk.git/commit
editing files in main/editline does not ensure rebuild of libedit.a
authorKinsey Moore <kmoore@digium.com>
Wed, 3 Aug 2011 15:14:36 +0000 (15:14 +0000)
committerKinsey Moore <kmoore@digium.com>
Wed, 3 Aug 2011 15:14:36 +0000 (15:14 +0000)
commitd0619b1217c331a0a3c8fef94338a2d1aef717ee
treefbff01f768edd4501b509d688dc78fd7fea6cc04
parent00c0f7d5b9821df8cf789f516a9744f868f2d0a7
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/branches/1.8@330762 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/Makefile