[Gptfdisk-general] [PATCH 02/15] makefile: Remove the 'testguid' rule for mac build
Brought to you by:
srs5694
|
From: Bin M. <bme...@gm...> - 2022-04-02 07:00:40
|
There is no such source file called testguid.* hence the 'testguid' build target is invalid. Remove it. Signed-off-by: Bin Meng <bme...@gm...> --- Makefile.mac | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.mac b/Makefile.mac index 1dcb065..e30b592 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -31,9 +31,6 @@ sgdisk: $(LIB_OBJS) gptcl.o sgdisk.o fixparts: $(MBR_LIB_OBJS) fixparts.o $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) $(FATBINFLAGS) -o fixparts -testguid: $(LIB_OBJS) testguid.o - $(CXX) $(LIB_OBJS) testguid.o -o testguid - lint: #no pre-reqs lint $(SRCS) -- 2.25.1 |