diff options
| author | Simo Sorce <idra@samba.org> | 2008-09-19 15:15:21 -0400 |
|---|---|---|
| committer | Simo Sorce <idra@samba.org> | 2008-09-19 18:07:37 -0400 |
| commit | e07400525fd955b9fb9524edda3f8e6bc7567847 (patch) | |
| tree | e8f8fe0edb7176da76216c6618ff66cdcdc86efd /lib/talloc/talloc.mk | |
| parent | 49b89633f175b81d7415f835009b6d14f6e10933 (diff) | |
| download | samba-e07400525fd955b9fb9524edda3f8e6bc7567847.tar.gz samba-e07400525fd955b9fb9524edda3f8e6bc7567847.tar.xz samba-e07400525fd955b9fb9524edda3f8e6bc7567847.zip | |
Add shared-build target to talloc.
Useful to build multiple standalone libraries that depend on each other
without having to install them to the final install dir during the build.
Diffstat (limited to 'lib/talloc/talloc.mk')
| -rw-r--r-- | lib/talloc/talloc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/talloc/talloc.mk b/lib/talloc/talloc.mk index e1fe88c84b..23331b6365 100644 --- a/lib/talloc/talloc.mk +++ b/lib/talloc/talloc.mk @@ -22,8 +22,8 @@ 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 + which swig >/dev/null 2>&1 && ${INSTALLCMD} -d $(DESTDIR)$(prefix)`swig -swiglib` || true + which swig >/dev/null 2>&1 && ${INSTALLCMD} -m 644 talloc.i $(DESTDIR)$(prefix)`swig -swiglib` || true doc:: talloc.3 talloc.3.html |
