Kaydet (Commit) 2aab2f4b authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: partial_build.mk: avoid a problem with Win32 make

Somehow 2 successive / in a path result in $(wildcard) returning
nothing.

Change-Id: Ie8b84543d36fe50fa706b9ccabcd280a7e3913ab
üst fe8c5f63
...@@ -35,6 +35,6 @@ endif ...@@ -35,6 +35,6 @@ endif
gb_PARTIAL_BUILD := T gb_PARTIAL_BUILD := T
include $(SRCDIR)/solenv/gbuild/gbuild.mk include $(SRCDIR)/solenv/gbuild/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(wildcard $(module_directory)/Module*.mk))) $(eval $(call gb_Module_make_global_targets,$(wildcard $(module_directory)Module*.mk)))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment