You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
429 B
12 lines
429 B
6 years ago
|
--- testbed/Makefile.in.old 2015-10-16 14:05:13.000000000 -0400
|
||
|
+++ testbed/Makefile.in 2015-10-16 14:31:17.000000000 -0400
|
||
|
@@ -539,7 +539,7 @@
|
||
|
if [ $(top_srcdir) != $(top_builddir) ]; then \
|
||
|
cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \
|
||
|
fi
|
||
|
- ./testcms
|
||
|
+ LD_LIBRARY_PATH=$(top_builddir)/src/.libs ./.libs/testcms
|
||
|
if [ $(top_srcdir) != $(top_builddir) ]; then \
|
||
|
rm -f $(top_builddir)/testbed/*.ic?; \
|
||
|
fi
|