2009-11-24 Felix Zielcke <fzielcke@z-51.de>

* Makefile.in: Don't include GRUB_CONTRIB makefiles with emu
	platform.
This commit is contained in:
Felix Zielcke 2009-11-24 12:29:17 +01:00
parent 8725ccaad0
commit 11d9778b86
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-11-24 Felix Zielcke <fzielcke@z-51.de>
* Makefile.in: Don't include GRUB_CONTRIB makefiles with emu
platform.
2009-11-24 Felix Zielcke <fzielcke@z-51.de>
* util/getroot.c (grub_util_get_dev_abstraction): Properly use

View File

@ -156,10 +156,9 @@ ifeq ($(platform), emu)
include $(srcdir)/conf/any-emu.mk
else
include $(srcdir)/conf/$(target_cpu)-$(platform).mk
endif
# For external modules.
-include $(wildcard $(GRUB_CONTRIB)/*/conf/common.mk)
endif
### General targets.