Whamcloud - gitweb
Only build resize2fs.static when running "make all-static"
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jan 2021 05:34:54 +0000 (00:34 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jan 2021 05:46:04 +0000 (00:46 -0500)
Fixes: 93df80d2409d ("Teach makefiles... the target all-static")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
resize/Makefile.in

index 74192a7..27f7213 100644 (file)
@@ -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 $@"