about summary refs log tree commit diff stats
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 fe356f0..e982750 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ musl-static: static
 
 mkgpt: mkgpt.o crc32.o guid.o part_ids.o
 
-mkgpt.o: mkgpt.c guid.h part.h crc32.h
+mkgpt.o: mkgpt.c guid.h crc32.h
 guid.o: guid.c guid.h
 crc32.o: crc32.c crc32.h
 part_ids.o: part_ids.c part_ids.h guid.h