summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-03-23 17:47:26 +0100
committerMichael Adam <obnox@samba.org>2009-03-23 17:48:24 +0100
commit36b957b5b7a1f70e39eeef224820739f24b999c9 (patch)
treeb4e3535ca3ba4069f841af45b3d2df33e4b1102e /source3/Makefile.in
parent33d9f46674a270a0715213c17581deef192826e1 (diff)
downloadsamba-36b957b5b7a1f70e39eeef224820739f24b999c9.tar.gz
samba-36b957b5b7a1f70e39eeef224820739f24b999c9.tar.bz2
samba-36b957b5b7a1f70e39eeef224820739f24b999c9.zip
s3:build: make SHOWFLAGS target phony and add alias showflags
Michael
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 329ded0716..b28109ec60 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1281,6 +1281,10 @@ everything:: all libtalloc libsmbclient libnetapi debug2html smbfilter talloctor
.SUFFIXES:
.SUFFIXES: .c .o .lo
+.PHONY: showflags SHOWFLAGS
+
+showflags: SHOWFLAGS
+
SHOWFLAGS::
@echo "Using CFLAGS = $(CFLAGS)"
@echo " PICFLAG = $(PICFLAG)"