Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
25a6f657
Commit
25a6f657
authored
Nov 11, 2002
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(install-arch-indep): Prepend $(srcdir)/ to lisp.
parent
23b1ffb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Makefile.in
Makefile.in
+4
-5
No files found.
Makefile.in
View file @
25a6f657
...
...
@@ -440,13 +440,12 @@ install-arch-indep: mkdir info
if
test
"
`
echo
DOC-
*
`
"
!=
"DOC-*"
;
then
rm
DOC
;
fi
)
;
\
else
true
;
fi
-
unset
CDPATH
;
\
if
[
-r
./lisp
]
\
&&
[
-r
./lisp/simple.el
]
\
&&
[
x
`
(
cd
./lisp
;
/bin/pwd
)
`
!=
x
`
(
cd
${lispdir}
;
/bin/pwd
)
`
]
\
&&
[
x
`
(
cd
${srcdir}
/lisp
;
/bin/pwd
)
`
!=
x
`
(
cd
./lisp
;
/bin/pwd
)
`
]
;
\
if
[
-r
${srcdir}
/lisp
]
\
&&
[
-r
${srcdir}
/lisp/simple.el
]
\
&&
[
x
`
(
cd
${srcdir}
/lisp
;
/bin/pwd
)
`
!=
x
`
(
cd
${lispdir}
;
/bin/pwd
)
`
]
;
\
then
\
echo
"Copying lisp/*.el and lisp/*.elc to
${lispdir}
..."
;
\
(
cd
lisp
;
tar
-chf
-
*
.el
*
.elc
)
\
(
cd
${srcdir}
/
lisp
;
tar
-chf
-
*
.el
*
.elc
)
\
|
(
cd
${lispdir}
;
umask
022
;
tar
-xvf
-
&&
cat
>
/dev/null
)
||
exit
1
;
\
(
cd
${lispdir}
;
find
.
-exec
chown
$
${LOGNAME}
{}
';'
)
;
\
else
true
;
fi
...
...
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