From 36b957b5b7a1f70e39eeef224820739f24b999c9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Mar 2009 17:47:26 +0100 Subject: s3:build: make SHOWFLAGS target phony and add alias showflags Michael --- source3/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/Makefile.in') 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)" -- cgit