s3:build: make SHOWFLAGS target phony and add alias showflags
authorMichael Adam <obnox@samba.org>
Mon, 23 Mar 2009 16:47:26 +0000 (17:47 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 23 Mar 2009 16:48:24 +0000 (17:48 +0100)
Michael

source3/Makefile.in

index 329ded07160b262f4044007a27e46406e955eb96..b28109ec6009117d826a0e1db2cd3a3fad50a3c6 100644 (file)
@@ -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)"