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
2ae83832
Commit
2ae83832
authored
Feb 28, 2009
by
Stefan Monnier
Browse files
(src): Fix last change so the first `cd' doesn't affect the second.
parent
8f0e19af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
2ae83832
2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (src): Fix last change so the first `cd' doesn't affect
the second.
2009-02-28 Eli Zaretskii <eliz@gnu.org>
* config.bat: Copy .dbxinit to _dbxinit.
...
...
Makefile.in
View file @
2ae83832
...
...
@@ -341,7 +341,7 @@ src: Makefile FRC
cd
$@
;
$(MAKE)
all
$(MFLAGS)
\
CC
=
'
${CC}
'
CFLAGS
=
'
${CFLAGS}
'
CPPFLAGS
=
'
${CPPFLAGS}
'
\
LDFLAGS
=
'
${LDFLAGS}
'
MAKE
=
'
${MAKE}
'
BOOTSTRAPEMACS
=
"
$$
boot"
;
\
fi
;
\
fi
;
cd
$@
;
$(MAKE)
all
$(MFLAGS)
\
CC
=
'
${CC}
'
CFLAGS
=
'
${CFLAGS}
'
CPPFLAGS
=
'
${CPPFLAGS}
'
\
LDFLAGS
=
'
${LDFLAGS}
'
MAKE
=
'
${MAKE}
'
BOOTSTRAPEMACS
=
""
...
...
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