Skip to content

Commit 7ae27b5

Browse files
committed
temporary hack-fix
1 parent 64dae03 commit 7ae27b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ install: install-recursive $(BINNAME)
208208

209209
install-recursive:
210210
if test "$(EXT_SHARED)" != ""; then \
211-
for dir in $(EXT_SHARED); do \
211+
for dir in X $(EXT_SHARED); do \
212212
test -d ext/$$dir && (cd ext/$$dir; $(MAKE) install); \
213213
done; \
214214
fi

0 commit comments

Comments
 (0)