[asterisk-commits] russell: trunk r52696 - in /trunk: ./
main/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Jan 29 15:58:36 MST 2007
Author: russell
Date: Mon Jan 29 16:58:35 2007
New Revision: 52696
URL: http://svn.digium.com/view/asterisk?view=rev&rev=52696
Log:
Merged revisions 52695 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r52695 | russell | 2007-01-29 16:58:09 -0600 (Mon, 29 Jan 2007) | 2 lines
Add a missing quotation mark. This was pointed out by jcmoore on #asterisk-dev.
........
Modified:
trunk/ (props changed)
trunk/main/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/Makefile?view=diff&rev=52696&r1=52695&r2=52696
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Mon Jan 29 16:58:35 2007
@@ -101,7 +101,7 @@
endif
editline/libedit.a:
- cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS) ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
+ cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
$(MAKE) -C editline libedit.a
db1-ast/libdb1.a:
More information about the asterisk-commits
mailing list