From 3e364978bc237b25ec252bdc2d93dc09bbdd195c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 23 Jan 2021 00:34:54 -0500 Subject: [PATCH] Only build resize2fs.static when running "make all-static" Fixes: 93df80d2409d ("Teach makefiles... the target all-static") Signed-off-by: Theodore Ts'o --- resize/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resize/Makefile.in b/resize/Makefile.in index 74192a704..27f721305 100644 --- a/resize/Makefile.in +++ b/resize/Makefile.in @@ -43,7 +43,7 @@ DEPSTATIC_LIBS= $(STATIC_LIBE2P) $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR) all:: $(PROGS) $(TEST_PROGS) $(MANPAGES) -all:: resize2fs.static +all-static:: resize2fs.static resize2fs: $(RESIZE_OBJS) $(DEPLIBS) $(E) " LD $@" -- 2.47.2