summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2001-09-09 21:48:26 +0000
committerRichard Sharpe <sharpe@samba.org>2001-09-09 21:48:26 +0000
commit5a0f800a8b7e3474255b117876e74dc993300a1f (patch)
tree685a8515d79157feb35f8701717e96ca8f423832
parent4fe7c1941a5e405b3f6faeb835e45cde652f9766 (diff)
downloadsamba-5a0f800a8b7e3474255b117876e74dc993300a1f.tar.gz
samba-5a0f800a8b7e3474255b117876e74dc993300a1f.tar.xz
samba-5a0f800a8b7e3474255b117876e74dc993300a1f.zip
Fix a minor typo in the build changes.
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 4663ca561d6..ba15ce903aa 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -604,7 +604,7 @@ bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32)
libsmbclient: $(LIBSMBCLIENT_PICOBJS)
if [ $(BLDSHARED) = true ]; then \
- echo Linking libsmbclient shared library bin/$@@shlibext@; \
+ echo Linking libsmbclient shared library bin/$@@SHLIBEXT@; \
$(LD) @LDSHFLAGS@ -o bin/$@.@SHLIBEXT@ $(LIBSMBCLIENT_PICOBJS) $(LIBS); \
fi
@echo Linking libsmbclient non-shared library bin/$@.a