grub/grub2: drop unnecessary dependency on uclibc

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-03-15 23:28:40 +01:00
parent 399131e62b
commit e6b73b6548
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ ifeq ($(BR2_TARGET_GRUB_SPLASH),y)
endif
touch $@
grub: uclibc $(GRUB_DIR)/.installed
grub: $(GRUB_DIR)/.installed
grub-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GRUB_DIR) uninstall

View File

@ -93,7 +93,7 @@ ifeq ($(BR2_TARGET_GRUB2_SPLASH),y)
endif
touch $@
grub2: uclibc $(GRUB2_DIR)/.installed
grub2: $(GRUB2_DIR)/.installed
grub2-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GRUB2_DIR) uninstall