diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-04-17 17:51:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-04-17 17:57:04 +0200 |
commit | 880e7587f704bf96c26388198ca32168735f2d0f (patch) | |
tree | 2bbbe0320357978c6a629f8158603b025b4cf347 /Makefile.in | |
parent | c0b3d5be8fcec28190b1f25c9c0fd99916299249 (diff) |
Makefile: let "make foo.genpatch" work on top-level
Change-Id: Ib0e370472be5da03359bca6f90287083d3465605
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4fcb163d430b..0be30f700b7b 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 $@ # |