[Asterisk-cvs] asterisk Makefile,1.117,1.118

markster at lists.digium.com markster at lists.digium.com
Sun Oct 24 09:07:36 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv19338

Modified Files:
	Makefile 
Log Message:
Fix Makefile issue (bug #2691, again)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Makefile	24 Oct 2004 02:53:24 -0000	1.117
+++ Makefile	24 Oct 2004 13:11:15 -0000	1.118
@@ -166,7 +166,7 @@
 HTTPDIR=$(shell if [ -d /var/www ]; then echo "/var/www"; else echo "/home/httpd"; fi)
 RPMVERSION=$(shell if [ -f .version ]; then sed 's/[-\/:]/_/g' .version; else echo "unknown" ; fi)
 CFLAGS+=-DASTERISK_VERSION=\"$(ASTERISKVERSION)\"
-CFLAGS+=-DASTERISK_VERSION_NUM=\"$(ASTERISKVERSIONNUM)\"
+CFLAGS+=-DASTERISK_VERSION_NUM=$(ASTERISKVERSIONNUM)
 CFLAGS+=-DINSTALL_PREFIX=\"$(INSTALL_PREFIX)\"
 CFLAGS+=-DASTETCDIR=\"$(ASTETCDIR)\"
 CFLAGS+=-DASTLIBDIR=\"$(ASTLIBDIR)\"




More information about the svn-commits mailing list