summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 994df7f50f..79c7711b3b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -208,7 +208,7 @@ install: install-recursive $(BINNAME)
install-recursive:
if test "$(EXT_SHARED)" != ""; then \
- for dir in $(EXT_SHARED); do \
+ for dir in X $(EXT_SHARED); do \
test -d ext/$$dir && (cd ext/$$dir; $(MAKE) install); \
done; \
fi