Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f4c21026
Commit
f4c21026
authored
Dec 17, 2009
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(prefix-args${EXEEXT}): Don't compile prefix-args.c
twice.
parent
72b57560
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/ChangeLog
View file @
f4c21026
2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
* Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
twice.
2009-12-15 Chong Yidong <cyd@stupidchicken.com>
2009-12-15 Chong Yidong <cyd@stupidchicken.com>
* xdisp.c (decode_mode_spec): Inhibit garbage collection when
* xdisp.c (decode_mode_spec): Inhibit garbage collection when
...
...
src/Makefile.in
View file @
f4c21026
...
@@ -976,7 +976,7 @@ temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} pre
...
@@ -976,7 +976,7 @@ temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} pre
often
contain
options
that
have
to
do
with
using
Emacs
''
s
crt0,
often
contain
options
that
have
to
do
with
using
Emacs
''
s
crt0,
which
are
only
good
with
temacs.
*/
which
are
only
good
with
temacs.
*/
prefix-args${EXEEXT}
:
prefix-args.o $(config_h)
prefix-args${EXEEXT}
:
prefix-args.o $(config_h)
$(CC)
$(
ALL_CFLAGS)
$(LDFLAGS)
${srcdir}
/
prefix-args.
c
-o
prefix-args
$(CC)
$(
LDFLAGS)
prefix-args.
o
-o
prefix-args
#if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (USE_GTK)
#if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (USE_GTK)
...
...
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