diff --git a/src/.gitignore b/src/.gitignore index 6e8c408c..9e1cc235 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -9,3 +9,4 @@ makeguids guid-symbols.c guids.lds thread-test +util-makeguids.c diff --git a/src/Makefile b/src/Makefile index 7a32cd41..6fc2a622 100644 --- a/src/Makefile +++ b/src/Makefile @@ -135,8 +135,9 @@ deps : $(ALL_SOURCES) clean : @rm -rfv *~ *.o *.a *.E *.so *.so.* *.pc *.bin .*.d *.map \ - makeguids guid-symbols.c include/efivar/efivar-guids.h \ - $(TARGETS) $(STATICTARGETS) + makeguids guid-symbols.c util-makeguids.c \ + include/efivar/efivar-guids.h $(TARGETS) \ + $(STATICTARGETS) @# remove the deps files we used to create, as well. @rm -rfv .*.P .*.h.P *.S.P include/efivar/.*.h.P