diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 24645536..a551c524 100644 --- a/Makefile.am +++ b/Makefile.am @@ -111,9 +111,6 @@ lcov: @lcov --directory . -c -o stap.info @genhtml -o ./$(TEST_COV_DIR) stap.info -rpm: dist - rpmbuild -ta ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.gz - clean-local: rm -f *.gcov *.gcno *.gcda ${PACKAGE_TARNAME}-*.tar.gz rm -rf testresults |