diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-04 18:24:16 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:11 +0100 |
commit | 6525b064730346f21eb007d79fe23c72a0033854 (patch) | |
tree | 2b8dfb85b2858832a128949270146c90e7e07814 /source4 | |
parent | 188b029ff61195f53679ffc0610c26b73544dcf1 (diff) | |
download | samba-6525b064730346f21eb007d79fe23c72a0033854.tar.gz samba-6525b064730346f21eb007d79fe23c72a0033854.tar.bz2 samba-6525b064730346f21eb007d79fe23c72a0033854.zip |
r26292: Make sure swig directory exists.
(This used to be commit 7962d221fcb877c9fd3bbc890827338de54ca94a)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/talloc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in index 1aa35bdb39..a33085f95b 100644 --- a/source4/lib/talloc/Makefile.in +++ b/source4/lib/talloc/Makefile.in @@ -57,6 +57,7 @@ install: all ${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 |