diff options
Diffstat (limited to 'testsuite/inputs/distclean')
| -rw-r--r-- | testsuite/inputs/distclean | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/testsuite/inputs/distclean b/testsuite/inputs/distclean index 6e1119b..76524c3 100644 --- a/testsuite/inputs/distclean +++ b/testsuite/inputs/distclean @@ -1,7 +1,4 @@ -cd "${srcdir}" -if [ "${relative_builddir}" != . ] ; then -   make configure builddir="${relative_builddir}" -   cd "${relative_builddir}" -fi +. "${library}" +common_setup  make  make distclean |