mirror of https://github.com/ncroxon/gnu-efi
PC file missing from clean
The pkgconfig file was not being removed by clean, add the missing statement Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
parent
21f87c2b1e
commit
0c0b91b9f9
|
@ -107,7 +107,7 @@ gnu-efi.pc:
|
|||
|
||||
|
||||
clean:
|
||||
@rm -vf $(TARGETS) *~ *.o $(OBJS)
|
||||
@rm -vf $(TARGETS) *~ *.o $(OBJS) gnu-efi.pc
|
||||
|
||||
install:
|
||||
mkdir -p $(INSTALLROOT)$(LIBDIR)
|
||||
|
|
Loading…
Reference in New Issue