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
bc63f59a
Commit
bc63f59a
authored
Aug 31, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(install-arch-indep): Verify ./lisp has simple.el in it
before trying to copy anything from it.
parent
0b93aa53
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 @
bc63f59a
...
...
@@ -342,6 +342,7 @@ install-arch-indep: mkdir
(
cd
$(docdir)
;
chmod
a+r DOC
*
;
rm
DOC
)
\
else
true
;
fi
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
)
`
]
;
\
then
\
...
...
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