Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ad600343
Commit
ad600343
authored
Jul 29, 1994
by
Richard M. Stallman
Browse files
(${archlibdir}): Compare the proper dir
before installing the scripts.
parent
d1fa6aff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lib-src/Makefile.in
lib-src/Makefile.in
+3
-0
No files found.
lib-src/Makefile.in
View file @
ad600343
...
...
@@ -199,6 +199,9 @@ ${archlibdir}: all
for
file
in
${UTILITIES}
;
do
\
(
cd
..
;
$(INSTALL_PROGRAM)
lib-src/
$$
file
${archlibdir}
/
$$
file
)
;
\
done
;
\
fi
if
[
`(cd
${archlibdir}
&&
/bin/pwd)`
\
!=
`(cd
${srcdir}
&&
/bin/pwd)`
];
then
\
for
file
in
${SCRIPTS};
do
\
(cd
..;
$(INSTALL_PROGRAM)
${srcdir}/$$file
${archlibdir}/$$file);
\
done
;
\
...
...
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