Whamcloud - gitweb
Add dependencies to iscan.
authorTheodore Ts'o <tytso@mit.edu>
Thu, 9 Aug 2001 00:50:57 +0000 (20:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Aug 2001 00:50:57 +0000 (20:50 -0400)
e2fsck/Makefile.in

index 5e76e0d..8f7fcb0 100644 (file)
@@ -123,7 +123,7 @@ extend: extend.o
 flushb: flushb.o
        $(LD) $(ALL_LDFLAGS) -o flushb flushb.o $(CHECKLIB)
 
-iscan: iscan.o util.o
+iscan: iscan.o util.o ehandler.o $(DEPLIBS)
        $(LD) $(ALL_LDFLAGS) -o iscan iscan.o util.o ehandler.o $(LIBS)
 
 profiled: