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
c971758d
Commit
c971758d
authored
Jul 10, 2010
by
Eli Zaretskii
Browse files
Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.
parent
f388c88a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/Makefile.in
lib-src/Makefile.in
+1
-1
No files found.
lib-src/ChangeLog
View file @
c971758d
2010-07-10 Eli Zaretskii <eliz@gnu.org>
* Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.
2010-07-09 Andreas Schwab <schwab@linux-m68k.org>
* make-docfile.c (write_c_args): Restructure scanning loop.
...
...
lib-src/Makefile.in
View file @
c971758d
...
...
@@ -245,7 +245,7 @@ $(DESTDIR)${archlibdir}: all
chown
${gameuser}
$(DESTDIR)${gamedir}
;
\
chmod
u
=
rwx,g
=
rwx,o
=
rx
$(DESTDIR)${gamedir}
;
\
fi
if
[
`(cd
$(DESTDIR)${archlibdir}
&&
/bin/pwd)`
\
if
[
`
(
cd
$(DESTDIR)${archlibdir}
&&
/bin/pwd
)
`
\
!=
`
(
cd
${srcdir}
&&
/bin/pwd
)
`
]
;
then
\
for
file
in
${SCRIPTS}
;
do
\
$(INSTALL_SCRIPT)
${srcdir}
/
$$
file
$(DESTDIR)${archlibdir}
/
$$
file
;
\
...
...
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