summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f91c2e..0aee404 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ out/fs/boot/init: out/bootstrap out/initrd.tar
@mkdir -p $(@D)
@cat $^ > $@
-out/fs/boot/grub/grub.cfg: grub.cfg
+out/fs/boot/grub/grub.cfg: src/kernel/arch/amd64/grub.cfg
@mkdir -p $(@D)
@cp $< $@