summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7b2783369c..fe052502b2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3388,6 +3388,7 @@ bin/ndrdump4: $(BINARY_PREREQS)
vfs_examples:
( \
cd ../examples/VFS && \
+ test -e ./configure || exit 0 && \
./configure && \
make clean && \
make \