diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-30 23:19:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-30 23:19:51 +0100 |
commit | c9f69f1436cb02567f679b8461e9cb0dfbd5cddc (patch) | |
tree | ee2f18ccb0301f4b4e10532b13df4c9c6233b714 /source4/build | |
parent | 9da4c3f8309c8a89311493b014db6eba0b2fa827 (diff) | |
download | samba-c9f69f1436cb02567f679b8461e9cb0dfbd5cddc.tar.gz samba-c9f69f1436cb02567f679b8461e9cb0dfbd5cddc.tar.xz samba-c9f69f1436cb02567f679b8461e9cb0dfbd5cddc.zip |
Fix installation of Samba 4 during merged build.
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/make/python.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/python.mk b/source4/build/make/python.mk index 66e5def8f0c..f9410eec972 100644 --- a/source4/build/make/python.mk +++ b/source4/build/make/python.mk @@ -46,7 +46,7 @@ swig:: pythonmods .SUFFIXES: _wrap.c .i .py %_wrap.c %.py: %.i - [ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -I$(srcdir)/scripting/swig -python -keyword $< + [ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword $< realdistclean:: @echo "Removing SWIG output files" |