aboutsummaryrefslogtreecommitdiff
path: root/resize/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'resize/Makefile.in')
-rw-r--r--resize/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/resize/Makefile.in b/resize/Makefile.in
index f7f836a2..27f72130 100644
--- a/resize/Makefile.in
+++ b/resize/Makefile.in
@@ -8,6 +8,7 @@ VPATH = @srcdir@
top_builddir = ..
my_dir = resize
INSTALL = @INSTALL@
+MKDIR_P = @MKDIR_P@
@MCONFIG@
@@ -42,6 +43,8 @@ DEPSTATIC_LIBS= $(STATIC_LIBE2P) $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
all:: $(PROGS) $(TEST_PROGS) $(MANPAGES)
+all-static:: resize2fs.static
+
resize2fs: $(RESIZE_OBJS) $(DEPLIBS)
$(E) " LD $@"
$(Q) $(CC) $(ALL_LDFLAGS) -o resize2fs $(RESIZE_OBJS) $(LIBS)