summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-10-13 12:04:10 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-10-13 12:10:57 -1000
commit6c32eabdbfe4ba1fbdf5a90e192686b252f9e559 (patch)
tree8cc16456b075b35a6c628a4df9f409bf13ca5166 /Makefile.am
parent7155e1e66ad58afb78c078e100eaa6bdf4cfbab3 (diff)
downloadanaconda-6c32eabdbfe4ba1fbdf5a90e192686b252f9e559.tar.gz
anaconda-6c32eabdbfe4ba1fbdf5a90e192686b252f9e559.tar.xz
anaconda-6c32eabdbfe4ba1fbdf5a90e192686b252f9e559.zip
Remove extra echo in 'make rpmlog'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dc345e48b..e06a7ce01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -115,7 +115,6 @@ rpmlog:
$(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE).. | \
sed -e 's/@.*)/)/' | sed -e 's/%/%%/g' | \
grep -v -- "- Sending translation for "
- @echo
bumpver:
@NEWSUBVER=$$((`echo $(PACKAGE_VERSION) |cut -d . -f 2` + 1)) ; \