diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-25 09:53:21 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-25 09:53:21 +0300 |
commit | c26161d0ab973e99f065fd3ee578461175ee1211 (patch) | |
tree | 2641d441b0c5d6325a83ab1e13f52b1858953563 /tests/Makefile.am | |
parent | 997f5a24c5420676e8a3e29845902dca7f98a44e (diff) | |
download | librpm-tizen-c26161d0ab973e99f065fd3ee578461175ee1211.tar.gz librpm-tizen-c26161d0ab973e99f065fd3ee578461175ee1211.tar.bz2 librpm-tizen-c26161d0ab973e99f065fd3ee578461175ee1211.zip |
Adjust autotests for rpmi etc removal
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c6b5d2488..680ce29c6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -89,25 +89,25 @@ rpmpopt.in: $(top_srcdir)/rpmpopt.in Makefile CLEANFILES += rpmpopt.in -# Hack: Abusing testing$(rpmlibexecdir)/rpmb as stamp file -testing$(rpmlibexecdir)/rpmb: ../rpmb +# Hack: Abusing testing$(bindir)/rpmbuild as stamp file +testing$(bindir)/rpmbuild: ../rpmbuild rm -rf testing (cd ${top_builddir} && \ $(MAKE) DESTDIR=`pwd`/${subdir}/testing install) -testing$(rpmconfigdir)/rpmrc: rpmrc testing$(rpmlibexecdir)/rpmb +testing$(rpmconfigdir)/rpmrc: rpmrc testing$(bindir)/rpmbuild $(INSTALL_DATA) rpmrc testing$(rpmconfigdir)/rpmrc -testing$(rpmconfigdir)/macros: macros.in testing$(rpmlibexecdir)/rpmb +testing$(rpmconfigdir)/macros: macros.in testing$(bindir)/rpmbuild (cd ${top_builddir} && \ ./config.status --file=${subdir}/testing$(rpmconfigdir)/macros:${subdir}/macros.in) -testing$(rpmconfigdir)/rpmpopt-@VERSION@: rpmpopt.in testing$(rpmlibexecdir)/rpmb +testing$(rpmconfigdir)/rpmpopt-@VERSION@: rpmpopt.in testing$(bindir)/rpmbuild (cd ${top_builddir} && \ ./config.status --file=${subdir}/testing$(rpmconfigdir)/rpmpopt-@VERSION@:${subdir}/rpmpopt.in) check_DATA = atconfig atlocal $(TESTSUITE) -check_DATA += testing$(rpmlibexecdir)/rpmb +check_DATA += testing$(bindir)/rpmbuild check_DATA += testing$(rpmconfigdir)/rpmrc check_DATA += testing$(rpmconfigdir)/macros check_DATA += testing$(rpmconfigdir)/rpmpopt-@VERSION@ |