mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-26 22:30:28 +00:00
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
This commit is contained in:
@@ -105,6 +105,7 @@ ASTLINK+=-Wl,--version-script,asterisk.exports
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
.PHONY: CHECK_SUBDIR
|
||||||
CHECK_SUBDIR: # do nothing, just make sure that we recurse in the subdir/
|
CHECK_SUBDIR: # do nothing, just make sure that we recurse in the subdir/
|
||||||
|
|
||||||
editline/libedit.a: CHECK_SUBDIR
|
editline/libedit.a: CHECK_SUBDIR
|
||||||
|
|||||||
Reference in New Issue
Block a user