From 218ace6a572b47f5a2ebf9b619b3c5912871ae14 Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Sat, 29 Aug 2015 18:15:56 +0200 Subject: [PATCH] Makefile: use GRUB_INSTALL_DIR in all places --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c253628..2206e5a 100644 --- a/Makefile +++ b/Makefile @@ -436,7 +436,7 @@ image_clean: $(RM) "$(IMAGE_PART_FILE)" $(RM) -r "$(GRUB_ASSEMBLE_DIR)" -image_grub_lipinfo : $(IMAGE_DIR)/grub/lipinfo.cfg +image_grub_lipinfo : $(IMAGE_DIR)$(GRUB_INSTALL_DIR)/lipinfo.cfg $(IMAGE_DIR)$(GRUB_INSTALL_DIR)/lipinfo.cfg : | $(WORKSPACE) mkdir -p "$(IMAGE_DIR)$(GRUB_INSTALL_DIR)" echo "#This file was generated by lipck." > "$@" -- GitLab