daily update
[deliverable/binutils-gdb.git] / src-release
index cf6d266a22d1d60891a8c4d2bac97b68ab1ec027..c2f4727b35ebd86794e77c7a3b449c22b3176b09 100644 (file)
@@ -74,7 +74,7 @@ VER = `       if grep 'AM_INIT_AUTOMAKE.*BFD_VERSION' $(TOOL)/configure.in >/dev/null
          $(TOOL)/common/create-version.sh $(TOOL) \
            'dummy-host' 'dummy-target' \
            VER.tmp; \
-         cat VER.tmp | grep 'version\[\]' | sed 's/.*"\([^"]*\)".*/\1/'; \
+         cat VER.tmp | grep 'version\[\]' | sed 's/.*"\([^"]*\)".*/\1/' | sed 's/-cvs$$//'; \
           rm -f VER.tmp; \
        elif test -f $(TOOL)/version.in; then \
          head -1 $(TOOL)/version.in; \
This page took 0.024417 seconds and 4 git commands to generate.