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
c9b389c0
Commit
c9b389c0
authored
Apr 12, 2010
by
Jan Djärv
Browse files
Change so emacs at least compiles.
#undef C_SWITCH_MACHINE #undef C_SWITCH_SYSTEM #undef C_SWITCH_X_SITE
parent
866a4535
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/Makefile.in
src/Makefile.in
+5
-1
No files found.
src/Makefile.in
View file @
c9b389c0
...
...
@@ -250,9 +250,13 @@ GCONF_LIBS = @GCONF_LIBS@
-DHAVE_CONFIG_H
is
needed
for
some
other
files
to
take
advantage
of
the
information
in
``config.h
''
.
*/
#undef C_SWITCH_MACHINE
#undef C_SWITCH_SYSTEM
#undef C_SWITCH_X_SITE
/*
C_SWITCH_X_SITE
must
come
before
C_SWITCH_X_MACHINE
and
C_SWITCH_X_SYSTEM
since
it
may
have
-I
options
that
should
override
those
two.
*/
ALL_CFLAGS
=
-Demacs
-DHAVE_CONFIG_H
$(MYCPPFLAGS)
-I
.
-I
${srcdir}
$(C_SWITCH_MACHINE)
$(C_SWITCH_SYSTEM)
$(C_SWITCH_X_SITE)
C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM
${CFLAGS_SOUND}
${RSVG_CFLAGS}
${DBUS_CFLAGS}
${GCONF_CFLAGS}
${CFLAGS}
@FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@
${DEPFLAGS}
ALL_CFLAGS
=
-Demacs
-DHAVE_CONFIG_H
$(MYCPPFLAGS)
-I
.
-I
${srcdir}
$(C_SWITCH_MACHINE)
$(C_SWITCH_SYSTEM)
$(C_SWITCH_X_SITE)
${CFLAGS_SOUND}
${RSVG_CFLAGS}
${DBUS_CFLAGS}
${GCONF_CFLAGS}
${CFLAGS}
@FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@
${DEPFLAGS}
ALL_OBJC_CFLAGS
=
$(ALL_CFLAGS)
@GNU_OBJC_CFLAGS@
.SUFFIXES
:
.m
...
...
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