]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add a missing quotation mark. This was pointed out by jcmoore on #asterisk-dev.
authorRussell Bryant <russell@russellbryant.com>
Mon, 29 Jan 2007 22:58:09 +0000 (22:58 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 29 Jan 2007 22:58:09 +0000 (22:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@52695 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/Makefile

index 855dd1862ae119925437c5d5feffd3f9f80959d9..ff8de6d4fc20443386fe9477c6c55abb7f865f88 100644 (file)
@@ -95,7 +95,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: