From: Kinsey Moore Date: Wed, 3 Aug 2011 15:14:36 +0000 (+0000) Subject: editing files in main/editline does not ensure rebuild of libedit.a X-Git-Tag: 1.8.6.0-rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0619b1217c331a0a3c8fef94338a2d1aef717ee;p=thirdparty%2Fasterisk.git 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 --- diff --git a/main/Makefile b/main/Makefile index d7a65d3d7f..07143aa5a9 100644 --- a/main/Makefile +++ b/main/Makefile @@ -105,6 +105,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