Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_e2fsprogs
Commits
749c4ad0
Commit
749c4ad0
authored
16 years ago
by
Theodore Ts'o
Browse files
Options
Download
Email Patches
Plain Diff
Fix breakage caused by commit
da17e370
(missing dependency in Makefile)
Signed-off-by:
"Theodore Ts'o"
<
tytso@mit.edu
>
parent
aef07950
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Makefile.in
Makefile.in
+1
-0
No files found.
Makefile.in
View file @
749c4ad0
...
...
@@ -27,6 +27,7 @@ all:: subs
subs
:
@
for
i
in
$(SUBS)
;
do if
test
-d
`
dirname
$$
i
`
;
then
$(MAKE)
$$
i
;
fi
;
done
@
(
test
-d
lib/et
&&
cd
lib/et
&&
$(MAKE)
compile_et
)
@
(
test
-d
lib/ext2fs
&&
cd
lib/ext2fs
&&
$(MAKE)
ext2_err.h
)
progs
:
subs all-progs-recursive
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment