From 40eacb1648307c0523b6b3581e8f15322f75eb42 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 6 Jun 2003 22:24:36 +0000 Subject: [PATCH] get rid of warning about malformed if in Makefile (This used to be commit 1e1e56efd86e7a1ed6415145ebd22d91612104de) --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 5db9734bef2..18512ca05cd 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) -- 2.11.4.GIT