remove patch line that doesn't exist
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3532 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
da95d6ef8f
commit
2b1572c9c1
|
@ -19,7 +19,6 @@ mod_python.c:
|
|||
reswig:
|
||||
rm -f switch_swig_wrap.c config.m4 CREDITS *${PYMOD}*
|
||||
swig -o switch_swig_wrap.c -l$(SWIGIFILE) -ignoremissing -DMULTIPLICITY -python -module $(PYMOD) $(SWIGCFILE)
|
||||
patch -p0 -i fix.diff
|
||||
|
||||
switch_swig_wrap.o: switch_swig_wrap.c Makefile
|
||||
$(CC) -w $(CFLAGS) -c $< -o $@
|
||||
|
|
Loading…
Reference in New Issue