summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-06-06 22:34:30 +0000
committerHerb Lewis <herb@samba.org>2003-06-06 22:34:30 +0000
commit9c6d8a51ca22b8e74db086d96f4d2dfafc54985b (patch)
tree1ff1c94c91b4cc5c9d25bf0eb8c79c95c517f77e
parenta185c1c233825107acf959ebca9ec3763b39e71b (diff)
downloadsamba-9c6d8a51ca22b8e74db086d96f4d2dfafc54985b.tar.gz
get rid of warning about malformed if in Makefile
-rw-r--r--source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 5db9734bef2..18512ca05cd 100644
--- a/source/Makefile.in
+++ b/source/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)