diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-04-05 16:57:29 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-04-05 16:57:29 +0300 |
commit | 2685bc0036750d93f1d43f8db2ce3b82159f3120 (patch) | |
tree | 57be7622a5209f9d9d83fb0a4bf220850dc90bd4 | |
parent | b44b9ea94d229c07e56e242fa5625dea02de6a75 (diff) | |
download | rpm-2685bc0036750d93f1d43f8db2ce3b82159f3120.tar.gz rpm-2685bc0036750d93f1d43f8db2ce3b82159f3120.tar.bz2 rpm-2685bc0036750d93f1d43f8db2ce3b82159f3120.zip |
Oops, automake isn't happy with comment here...
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cc82a7d48..8b490f5f1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -91,7 +91,6 @@ EXTRA_DIST += atlocal.in # Hack: Abusing testing$(bindir)/rpmbuild as stamp file testing$(bindir)/rpmbuild: ../rpmbuild rm -rf testing - # Arrange unified /bin vs $(bindir) to keep things simple mkdir -p testing/$(bindir) ln -s ./$(bindir) testing/bin (cd ${top_builddir} && \ |