From dcb0fc76543e14607da50fe33569364298a0f76f Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 15 Apr 2025 20:03:28 -0400 Subject: [PATCH] remove unused target from Makefile.utl --- sys/unix/Makefile.utl | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/unix/Makefile.utl b/sys/unix/Makefile.utl index 1936257b0..c63caea3b 100644 --- a/sys/unix/Makefile.utl +++ b/sys/unix/Makefile.utl @@ -287,9 +287,6 @@ recover.o: recover.c $(CONFIG_H) recover-version.o: ../src/version.c $(HACK_H) $(CC) $(CFLAGS) $(CSTD) -DMINIMAL_FOR_RECOVER -c ../src/version.c -o $@ -recover-sfstruct.o: ../src/sfstruct.c $(HACK_H) - $(CC) $(CFLAGS) $(CSTD) -DMINIMAL_FOR_RECOVER -c ../src/sfstruct.c -o $@ - # dependencies for dlb # dlb: $(DLBOBJS) $(HACKLIB)