diff options
author | Volker Lendecke <vl@samba.org> | 2007-12-23 15:53:09 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2007-12-23 15:53:09 +0100 |
commit | 958861e13b1bf96e835b3b40ad9823416d2f2a46 (patch) | |
tree | 1d6877845aea6bdf6cd31a19047a05e9bf1ba505 /source3 | |
parent | a55a08a217cb25289167bd812442a95fef3adba4 (diff) | |
download | samba-958861e13b1bf96e835b3b40ad9823416d2f2a46.tar.gz samba-958861e13b1bf96e835b3b40ad9823416d2f2a46.tar.bz2 samba-958861e13b1bf96e835b3b40ad9823416d2f2a46.zip |
Attempt to fix the Solaris build
Lets see what the others in the build farm think about this
(This used to be commit c2a988d8427b7598291ae6999b5258e2b6a2e7cb)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index d3b990e94a..53f7bf3dc4 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -25,7 +25,7 @@ SHLD=@SHLD@ ## Dynamic shared libraries build settings DSO_EXPORTS_CMD=-Wl,--version-script,$(srcdir)/exports/`basename $@ | sed 's/@SHLIBEXT@$$/syms/'` DSO_EXPORTS=@DSO_EXPORTS@ -SONAME_VER=`grep ^$@ $(builddir)/library-versions | cut -d: -f2` +SONAME_VER=`grep \^$@ $(builddir)/library-versions | cut -d: -f2` SHLD_DSO = $(SHLD) $(LDSHFLAGS) $(DSO_EXPORTS) -o $@ # The MODULE_EXPORTS variable contains the platform-specific linker flags |