diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 5216321c..289e18ad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1110,9 +1110,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 |