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
0ec1b153
Commit
0ec1b153
authored
21 years ago
by
Matthias Andree
Browse files
Options
Download
Email Patches
Plain Diff
Use $(MAKE) rather than hardcoded "make", to aid build process on
systems that expect GNU make as "gmake".
parent
44104b2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile.in
Makefile.in
+1
-1
No files found.
Makefile.in
View file @
0ec1b153
...
...
@@ -26,7 +26,7 @@ all:: subs
$(MAKE)
docs
subs
:
for
i
in
$(SUBS)
;
do if
test
-d
`
dirname
$$
i
`
;
then
make
$$
i
;
fi
;
done
for
i
in
$(SUBS)
;
do if
test
-d
`
dirname
$$
i
`
;
then
$(MAKE)
$$
i
;
fi
;
done
progs
:
subs all-progs-recursive
libs
:
subs all-libs-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