mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
r26242: Don't fail if swig is not available.
(This used to be commit 12debcceac
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
8192350f10
commit
7bf6b95b1f
@ -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"
|
||||
|
Reference in New Issue
Block a user