aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2021-01-23 00:34:54 -0500
committerTheodore Ts'o <tytso@mit.edu>2021-01-23 00:46:04 -0500
commit3e364978bc237b25ec252bdc2d93dc09bbdd195c (patch)
tree8a2128fb67558b11415873abcf644f836f7919d0
parentf8049f9fd7a5f678ced06e5272385fbf9d7125f3 (diff)
downloade2fsprogs-3e364978bc237b25ec252bdc2d93dc09bbdd195c.tar.gz
Only build resize2fs.static when running "make all-static"
Fixes: 93df80d2409d ("Teach makefiles... the target all-static") Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--resize/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 $@"