diff options
author | Michael Adam <obnox@samba.org> | 2009-03-23 17:47:26 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-03-23 17:48:24 +0100 |
commit | 36b957b5b7a1f70e39eeef224820739f24b999c9 (patch) | |
tree | b4e3535ca3ba4069f841af45b3d2df33e4b1102e | |
parent | 33d9f46674a270a0715213c17581deef192826e1 (diff) | |
download | samba-36b957b5b7a1f70e39eeef224820739f24b999c9.tar.gz samba-36b957b5b7a1f70e39eeef224820739f24b999c9.tar.bz2 samba-36b957b5b7a1f70e39eeef224820739f24b999c9.zip |
s3:build: make SHOWFLAGS target phony and add alias showflags
Michael
-rw-r--r-- | source3/Makefile.in | 4 |
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)" |