Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4cac02
)
Add dependencies to iscan.
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 9 Aug 2001 00:50:57 +0000
(20:50 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 9 Aug 2001 00:50:57 +0000
(20:50 -0400)
e2fsck/Makefile.in
patch
|
blob
|
history
diff --git
a/e2fsck/Makefile.in
b/e2fsck/Makefile.in
index
5e76e0d
..
8f7fcb0
100644
(file)
--- 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: