summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-07-31 14:13:59 +0000
committerAlasdair Kergon <agk@redhat.com>2010-07-31 14:13:59 +0000
commit9bd6940fff3df80056904a5f2c7d4b0f2c71e832 (patch)
tree0a643cd4f3ed74ea0da0e4a3cbe85a1248d3b43d /make.tmpl.in
parentb1f08e51ccb66a062075ed0dd4dbc10bf9188f45 (diff)
downloadlvm2-9bd6940fff3df80056904a5f2c7d4b0f2c71e832.tar.gz
Drop explicit 'Base' version from exported symbols.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 2eb6e9b21..5566cba23 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -366,7 +366,7 @@ distclean: cleandir $(SUBDIRS.distclean)
) > $@
.export.sym: .exported_symbols_generated
- set -e; (echo "Base {"; echo " global:"; \
+ set -e; (echo "{"; echo " global:"; \
sed "s/^/ /;s/$$/;/" < $<; \
echo " local:"; echo " *;"; echo "};") > $@