[asterisk-commits] kpfleming: branch group/new_loader_completion r40592 - /team/group/new_loader...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Aug 19 20:01:52 MST 2006


Author: kpfleming
Date: Sat Aug 19 22:01:51 2006
New Revision: 40592

URL: http://svn.digium.com/view/asterisk?rev=40592&view=rev
Log:
remove extraneous argument

Modified:
    team/group/new_loader_completion/main/db1-ast/Makefile

Modified: team/group/new_loader_completion/main/db1-ast/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/main/db1-ast/Makefile?rev=40592&r1=40591&r2=40592&view=diff
==============================================================================
--- team/group/new_loader_completion/main/db1-ast/Makefile (original)
+++ team/group/new_loader_completion/main/db1-ast/Makefile Sat Aug 19 22:01:51 2006
@@ -50,7 +50,7 @@
 clean:
 	rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
 
-CFLAGS+=-Wall -c -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno
+CFLAGS+=-Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno
 
 OSTYPE=$(shell uname -s)
 ifeq ($(OSTYPE),SunOS)



More information about the asterisk-commits mailing list