From: Theodore Ts'o Date: Sat, 23 Jan 2021 05:34:54 +0000 (-0500) Subject: Only build resize2fs.static when running "make all-static" X-Git-Tag: v1.46.0~29 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3e364978bc237b25ec252bdc2d93dc09bbdd195c;p=tools%2Fe2fsprogs.git Only build resize2fs.static when running "make all-static" Fixes: 93df80d2409d ("Teach makefiles... the target all-static") Signed-off-by: Theodore Ts'o --- diff --git a/resize/Makefile.in b/resize/Makefile.in index 74192a7..27f7213 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 $@"