summaryrefslogtreecommitdiff
path: root/source4/lib/replace/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r--source4/lib/replace/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in
index 6940673a78..23a4239913 100644
--- a/source4/lib/replace/Makefile.in
+++ b/source4/lib/replace/Makefile.in
@@ -21,8 +21,9 @@ all: showflags libreplace.a testsuite
showflags:
@echo 'libreplace will be compiled with flags:'
+ @echo ' CC = $(CC)'
@echo ' CFLAGS = $(CFLAGS)'
- @echo ' LIBS = $(LIBS)'
+ @echo ' LIBS = $(LIBS)'
install: all
mkdir -p $(libdir)
@@ -31,7 +32,7 @@ install: all
libreplace.a: $(OBJS)
ar -rcsv $@ $(OBJS)
-test: testsuite
+test: all
./testsuite
installcheck: install test