summaryrefslogtreecommitdiff
path: root/e2fsck/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-08-08 20:50:57 -0400
committerTheodore Ts'o <tytso@mit.edu>2001-08-08 20:50:57 -0400
commite3bda7830290c7cc6579f3be980518d9a33d6a0e (patch)
treea6d7666eacf2caec50c6a5c5ef57f6f31a9d96c2 /e2fsck/Makefile.in
parentd4cac023c2540aea6a2791bcd10da95ea8ee3d28 (diff)
downloade2fsprogs-e3bda7830290c7cc6579f3be980518d9a33d6a0e.tar.gz
Add dependencies to iscan.
Diffstat (limited to 'e2fsck/Makefile.in')
-rw-r--r--e2fsck/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in
index 5e76e0db..8f7fcb0d 100644
--- a/e2fsck/Makefile.in
+++ b/e2fsck/Makefile.in
@@ -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: