[Libreoffice-commits] core.git: Makefile.in
Michael Stahl
mstahl at redhat.com
Thu Apr 17 09:00:51 PDT 2014
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 880e7587f704bf96c26388198ca32168735f2d0f
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Apr 17 17:51:56 2014 +0200
Makefile: let "make foo.genpatch" work on top-level
Change-Id: Ib0e370472be5da03359bca6f90287083d3465605
diff --git a/Makefile.in b/Makefile.in
index 4fcb163..0be30f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -122,7 +122,7 @@ gbuild_TARGETS := AllLangHelp \
Zip \
# build a generic gbuild target
-$(foreach target,$(gbuild_TARGETS),$(target)_% $(foreach module,$(gbuild_modules),$(target)_$(module)/%)):
+$(foreach target,$(gbuild_TARGETS),$(target)_% $(foreach module,$(gbuild_modules),$(target)_$(module)/%)) %.genpatch:
$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@
#
More information about the Libreoffice-commits
mailing list