summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-06-06 22:24:36 +0000
committerHerb Lewis <herb@samba.org>2003-06-06 22:24:36 +0000
commit40eacb1648307c0523b6b3581e8f15322f75eb42 (patch)
tree88aed25c92fcc0f989c5f2ab4f936bdaa73b7954
parentacb882e4fbfbe68e70981e84780f3ec3beaf0ab4 (diff)
downloadsamba-40eacb1648307c0523b6b3581e8f15322f75eb42.tar.gz
samba-40eacb1648307c0523b6b3581e8f15322f75eb42.tar.bz2
samba-40eacb1648307c0523b6b3581e8f15322f75eb42.zip
get rid of warning about malformed if in Makefile
(This used to be commit 1e1e56efd86e7a1ed6415145ebd22d91612104de)
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5db9734bef..18512ca05c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -914,8 +914,8 @@ bin/libbigballofmud.@SHLIBEXT@: $(LIBBIGBALLOFMUD_PICOBJS)
ln -snf libbigballofmud.so bin/libbigballofmud.so.0
# It would be nice to build a static bigballofmud too, but when I try
-# I get linker errors about dl_open and similar things. I'm not sure
-# if it can be fixed or if they just can't be called from a static
+# I get linker errors about dl_open and similar things. I'm not sure if
+# it can be fixed or if they just can't be called from a static
# library.
libsmbclient: $(LIBSMBCLIENT)