mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
r26242: Don't fail if swig is not available.
This commit is contained in:
parent
81757d2f76
commit
12debcceac
@ -16,7 +16,7 @@ swig: pythonmods
|
||||
.SUFFIXES: _wrap.c .i
|
||||
|
||||
.i_wrap.c:
|
||||
[ "$(SWIG)" != "no" ] && $(SWIG) -Wall -I$(srcdir)/scripting/swig -python -keyword $<
|
||||
[ "$(SWIG)" == "no" ] || $(SWIG) -Wall -I$(srcdir)/scripting/swig -python -keyword $<
|
||||
|
||||
realdistclean::
|
||||
@echo "Removing SWIG output files"
|
||||
|
Loading…
Reference in New Issue
Block a user