From e413b035997fff2bcef4285247836a56edf92615 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 28 Dec 2014 15:18:20 -0500 Subject: small fixes --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 806537b..10bdb5f 100644 --- a/Makefile +++ b/Makefile @@ -37,19 +37,19 @@ $(eval _loop = $(_loop_str)) $(_loop) endef -include modules.mk -include build.mk -include grub-mkstandalone.mk -include buildrom-withgrub.mk - $(keymapdir)/list.mk: $(keymapdir)/original/ echo keymaps = $$(ls $<) > $@ -resources/grub/font/dejavusansmono.pf2: src/dejavu/ttv/DejaVuSansMono.ttf $(GRUB_MKFONT) +resources/grub/font/dejavusansmono.pf2: src/dejavu/ttv/DejaVuSansMono.ttf $(firstword $(GRUB_MKFONT)) $(GRUB_MKFONT) -o $@ $< # % = $(keymap) -$(keymapdir)/keymap/%.gkb: $(keymapdir)/orignal/% builddeps-grub +$(keymapdir)/%.gkb: $(keymapdir)/original/% $(firstword $(GRUB_MKLAYOUT)) $(GRUB_MKLAYOUT) -o $@ < $< + +include modules.mk +include build.mk +include grub-mkstandalone.mk +include buildrom-withgrub.mk -- cgit v1.2.3