svn commit: samba r26293 - in branches/SAMBA_4_0/source/lib/tdb: .

jelmer at samba.org jelmer at samba.org
Tue Dec 4 18:35:56 GMT 2007


Author: jelmer
Date: 2007-12-04 18:35:56 +0000 (Tue, 04 Dec 2007)
New Revision: 26293

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26293

Log:
Make sure SWIG directory exists, respect DESTDIR.
Modified:
   branches/SAMBA_4_0/source/lib/tdb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2007-12-04 18:24:16 UTC (rev 26292)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2007-12-04 18:35:56 UTC (rev 26293)
@@ -126,7 +126,8 @@
 	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



More information about the samba-cvs mailing list