summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 82d7dcb71c..ce8fcb3a65 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -268,7 +268,7 @@ clean-ext distclean-ext realclean-ext::
(cd "ext/$$dir" && exec $(MAKE) $(MFLAGS) $(@:-ext=)) && \
case "$@" in \
*distclean-ext*|*realclean-ext*) \
- $(RMDIRS) "$$dir";; \
+ $(RMDIRS) "ext/$$dir";; \
esac; \
done