summaryrefslogtreecommitdiffstats
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:04:10 -1000
commiteed5903d1fa6b01f5ae7a22d5e0399c8091aef2a (patch)
tree04cad53edddb588f0e1fc8f44fc332e2b70477fb
parent95be023686866177ed5de432a526749de5e0da2f (diff)
downloadanaconda-eed5903d1fa6b01f5ae7a22d5e0399c8091aef2a.tar.gz
anaconda-eed5903d1fa6b01f5ae7a22d5e0399c8091aef2a.tar.xz
anaconda-eed5903d1fa6b01f5ae7a22d5e0399c8091aef2a.zip
Remove extra echo in 'make rpmlog'.
-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)) ; \