Skip to content

Commit d4a3bcb

Browse files
committed
Follow up to r1935476: use correct relative dir to DBD modules
in the test Makefile. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1935478 13f79535-47bb-0310-9956-ffa450edef68
1 parent f81ba09 commit d4a3bcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ dbd@EXEEXT@: $(OBJECTS_dbd)
184184
check: $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE)
185185
teststatus=0; \
186186
progfailed=""; \
187-
shlibdirs="`cd ../dbm/.libs && pwd`:`cd ../dbm/.libs && pwd`"; \
187+
shlibdirs="`cd ../dbm/.libs && pwd`:`cd ../dbd/.libs && pwd`"; \
188188
shlibpath="`echo "$$shlibdirs:$$@shlibpath_var@" | sed -e 's/::*$$//'`"; \
189189
echo "@shlibpath_var@=$$shlibpath"; \
190190
for prog in $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE); do \

0 commit comments

Comments
 (0)