Author: jelmer
Date: 2007-12-04 18:24:16 +0000 (Tue, 04 Dec 2007)
New Revision: 26292

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

Log:
Make sure swig directory exists.
Modified:
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in    2007-12-04 14:20:46 UTC 
(rev 26291)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in    2007-12-04 18:24:16 UTC 
(rev 26292)
@@ -57,6 +57,7 @@
        ${INSTALLCMD} -m 644 talloc.pc $(DESTDIR)$(libdir)/pkgconfig
        if [ -f talloc.3 ];then ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man3; fi
        if [ -f talloc.3 ];then ${INSTALLCMD} -m 644 talloc.3 
$(DESTDIR)$(mandir)/man3; fi
+       which swig >/dev/null 2>&1 && ${INSTALLCMD} -d $(DESTDIR)`swig 
-swiglib` || true
        which swig >/dev/null 2>&1 && ${INSTALLCMD} -m 644 talloc.i 
$(DESTDIR)`swig -swiglib` || true
 
 doc: talloc.3 talloc.3.html

Reply via email to