diff options
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r-- | source4/lib/replace/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index 502dacbd2a..b2075d953b 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -17,7 +17,12 @@ CFLAGS=-I. -I@libreplacedir@ @CFLAGS@ OBJS = @LIBREPLACEOBJ@ -all: libreplace.a testsuite +all: showflags libreplace.a testsuite + +showflags: + @echo 'libreplace will be compiled with flags:' + @echo ' CFLAGS = $(CFLAGS)' + @echo ' LIBS = $(LIBS)' install: all mkdir -p $(libdir) |