Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / resize / Makefile.in
index fdd0f2e..74192a7 100644 (file)
@@ -43,6 +43,8 @@ DEPSTATIC_LIBS= $(STATIC_LIBE2P) $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
 
 all:: $(PROGS) $(TEST_PROGS) $(MANPAGES) 
 
+all:: resize2fs.static
+
 resize2fs: $(RESIZE_OBJS) $(DEPLIBS)
        $(E) "  LD $@"
        $(Q) $(CC) $(ALL_LDFLAGS) -o resize2fs $(RESIZE_OBJS) $(LIBS)