[Asterisk-cvs] asterisk Makefile,1.213,1.214
russell
russell
Sat Oct 8 13:13:33 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv30693
Modified Files:
Makefile
Log Message:
fix a typo, oops!
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- Makefile 30 Sep 2005 14:48:41 -0000 1.213
+++ Makefile 8 Oct 2005 17:08:44 -0000 1.214
@@ -307,7 +307,7 @@
endif
ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/dlfcn.h),)
- OBJS+= dhfcn.o
+ OBJS+= dlfcn.o
ASTCFLAGS+=-DDLFCNCOMPAT
endif
More information about the svn-commits
mailing list