lib.mk, rules.mk, make-version-script.sh: Fix versionscript handling

This commit is contained in:
Jan Lindemann 2005-04-05 08:50:22 +00:00 committed by Jan Lindemann
commit 087ed3b7b3
3 changed files with 9 additions and 8 deletions

View file

@ -32,8 +32,10 @@
version_tag=$1
cat << EOT
$version_tag {
global:
*;
};
VERSION {
$version_tag {
global:
*;
};
}
EOT