From: Russell Bryant Date: Mon, 29 Jan 2007 22:58:35 +0000 (+0000) Subject: Merged revisions 52695 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~3336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f351f4278a7810233e6661455385c2816c92cec8;p=thirdparty%2Fasterisk.git 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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52696 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/Makefile b/main/Makefile index a6adff763e..3afdddfcd3 100644 --- a/main/Makefile +++ b/main/Makefile @@ -101,7 +101,7 @@ ifeq ($(OSARCH),SunOS) 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: