[Libreoffice-commits] core.git: solenv/gbuild
David Tardon
dtardon at redhat.com
Wed Nov 12 06:48:02 PST 2014
solenv/gbuild/AutoInstall.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9816b432ae7203078e4573d9fee5891eb78d6b2a
Author: David Tardon <dtardon at redhat.com>
Date: Wed Nov 12 15:47:05 2014 +0100
missing subst breaking assignment of libs to modules
Change-Id: I7a4d2dc0bd424f17eceb3f5d4c8758255bca50de
diff --git a/solenv/gbuild/AutoInstall.mk b/solenv/gbuild/AutoInstall.mk
index 4b8b59f..7a2ac8d 100644
--- a/solenv/gbuild/AutoInstall.mk
+++ b/solenv/gbuild/AutoInstall.mk
@@ -21,7 +21,7 @@ $(file >>$@,#define auto_$*_ALL \)
$(foreach binary,$(filter-out $(lastword $(1)),$(1)),$(file >>$@,\
$(subst .,_,$(subst -,_,$(binary))), \))
$(file >>$@,\
- $(lastword $(1)))
+ $(subst .,_,$(subst -,_,$(lastword $(1)))))
endef
More information about the Libreoffice-commits
mailing list