summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
Diffstat (limited to 'c++')
-rw-r--r--c++/config/conclude.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/config/conclude.in b/c++/config/conclude.in
index 2bbd1c3..1b62ea9 100644
--- a/c++/config/conclude.in
+++ b/c++/config/conclude.in
@@ -100,7 +100,7 @@ install-examples: $(EXAMPLE_PROGS) $(EXAMPLEDIR)
uninstall-examples:
@if test -n "$(EXAMPLE_PROGS)"; then \
- set -x; cd $(EXAMPLEDIR) && $(RM) $(EXAMPLE_DOCS); \
+ set -x; cd $(EXAMPLEDIR) && $(RM) $(EXAMPLE_PROGS); \
fi
## Removes those things that `make install' (would have) installed.