summaryrefslogtreecommitdiffstats
path: root/ctdb/Makefile.in
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2012-03-21 16:08:57 +1100
committerAmitay Isaacs <amitay@gmail.com>2012-03-30 12:33:27 +1100
commit25d01ece0767cd646d734c4de7e9822fb396ed0c (patch)
tree25b15898e02cc71fbd5b4ec52063bc561cc75d7b /ctdb/Makefile.in
parent858d8dc5710d7c2f021e0b06f194ad380459be5b (diff)
downloadsamba-25d01ece0767cd646d734c4de7e9822fb396ed0c.tar.gz
samba-25d01ece0767cd646d734c4de7e9822fb396ed0c.tar.xz
samba-25d01ece0767cd646d734c4de7e9822fb396ed0c.zip
build: Display correct LIB_FLAGS while building
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 0cbe7a4f92795203f022252a50a240b8bd4238c3)
Diffstat (limited to 'ctdb/Makefile.in')
-rwxr-xr-xctdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in
index 9615a494caa..db721ed7825 100755
--- a/ctdb/Makefile.in
+++ b/ctdb/Makefile.in
@@ -102,7 +102,7 @@ all: showflags dirs doc $(CTDB_SERVER_OBJ) $(CTDB_CLIENT_OBJ) $(CTDB_LIB_OBJ) $(
showflags:
@echo 'ctdb will be compiled with flags:'
@echo ' CFLAGS = $(CFLAGS)'
- @echo ' LIBS = $(LIBS)'
+ @echo ' LIBS = $(LIB_FLAGS)'
showlayout::
@echo "ctdb will be installed into:"