From: fred Date: Sun, 24 Mar 2002 19:50:41 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~4299 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f7bd30812301724fff504c414cd6572ac65c3f7c;p=lilypond.git lilypond-0.1.7 --- diff --git a/bin/make-version b/bin/make-version index d8e79346cd..3be14353cb 100755 --- a/bin/make-version +++ b/bin/make-version @@ -10,11 +10,4 @@ fi cat $versionfile| sed 's/#.*$//g'|sed 's/\([^ ]*\)[\t ]*=[ \t]*\([^ ]*\)$/#define \1 \"\2\"/g' echo -if [ -z $CXX ] -then - COMPILER=unknown -else - COMPILER="$CXX `$CXX --version`" -fi - -echo "#define COMPILER "\"$COMPILER\" +