[asterisk-commits] russell: branch 1.4 r52695 -
/branches/1.4/main/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Jan 29 15:58:09 MST 2007
Author: russell
Date: Mon Jan 29 16:58:09 2007
New Revision: 52695
URL: http://svn.digium.com/view/asterisk?view=rev&rev=52695
Log:
Add a missing quotation mark. This was pointed out by jcmoore on #asterisk-dev.
Modified:
branches/1.4/main/Makefile
Modified: branches/1.4/main/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/Makefile?view=diff&rev=52695&r1=52694&r2=52695
==============================================================================
--- branches/1.4/main/Makefile (original)
+++ branches/1.4/main/Makefile Mon Jan 29 16:58:09 2007
@@ -95,7 +95,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