mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
The clean target actually needs to run "distclean" on editline. This is
because we need to make sure that its configure script gets executed again, because the CFLAGS we want to pass to editline may have changed. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53464 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -141,6 +141,6 @@ asterisk: $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS)
|
||||
clean::
|
||||
rm -f asterisk
|
||||
rm -f db1-ast/.*.d
|
||||
@if [ -f editline/Makefile ]; then $(MAKE) -C editline clean ; fi
|
||||
@if [ -f editline/Makefile ]; then $(MAKE) -C editline distclean ; fi
|
||||
@$(MAKE) -C db1-ast clean
|
||||
@$(MAKE) -C stdtime clean
|
||||
|
Reference in New Issue
Block a user