summaryrefslogtreecommitdiffstats
path: root/c++/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c++/Makefile.in')
-rw-r--r--c++/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index ca0f576..3af5fc4 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -84,7 +84,7 @@ lib progs check test _test uninstall:
done
tests TAGS dep depend:
- @@SETX@; for d in $(SUBDIRS) examples; do \
+ @@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done