diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-04 18:35:56 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:11 +0100 |
commit | b8911a8be3eb2645da64dbbbb1b214b4638cfc1d (patch) | |
tree | 5062a556fbf67c873610490f0b0581aabc4b5d05 /source4/lib/tdb/Makefile.in | |
parent | 6525b064730346f21eb007d79fe23c72a0033854 (diff) | |
download | samba-b8911a8be3eb2645da64dbbbb1b214b4638cfc1d.tar.gz samba-b8911a8be3eb2645da64dbbbb1b214b4638cfc1d.tar.bz2 samba-b8911a8be3eb2645da64dbbbb1b214b4638cfc1d.zip |
r26293: Make sure SWIG directory exists, respect DESTDIR.
(This used to be commit 24e2623a921c904615f9943bc8833a0a4ef3dc05)
Diffstat (limited to 'source4/lib/tdb/Makefile.in')
-rw-r--r-- | source4/lib/tdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index e973dc21ad..6744074f80 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/lib/tdb/Makefile.in @@ -126,7 +126,8 @@ check-python: build-python LD_LIBRARY_PATH=. PYTHONPATH=.:build/lib.linux-i686-2.4 trial python/tests/simple.py install-swig: - cp tdb.i `swig -swiglib` + mkdir -p $(DESTDIR)`$(SWIG) -swiglib` + cp tdb.i $(DESTDIR)`$(SWIG) -swiglib` clean-python: ./setup.py clean |