NOTE: This patch has been committed.
src/ChangeLog addition:
2005-09-27 Ben Wing <ben(a)xemacs.org>
* Makefile.in.in (cppflags):
Always include SRC, so <config.h> in lib-src always works.
build source patch:
Diff command: bash -ci "cvs-diff --show-c-function -no-changelog "
Files affected: src/Makefile.in.in
Tue Sep 27 00:34:00 CDT 2005
Index: src/Makefile.in.in
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/Makefile.in.in,v
retrieving revision 1.116
diff -u -p -r1.116 Makefile.in.in
--- src/Makefile.in.in 2005/04/08 23:11:18 1.116
+++ src/Makefile.in.in 2005/09/27 05:34:23
@@ -380,7 +380,7 @@ mo_file = $(LIB_SRC)/emacs.mo
## -Demacs is needed to make some files produce the correct version
## for use in Emacs.
-cppflags = $(CPPFLAGS) -Demacs -I. $(c_switch_all)
+cppflags = $(CPPFLAGS) -Demacs -I. -I$(SRC) $(c_switch_all)
cflags = $(CFLAGS) $(cppflags)
#if defined (WIN32_NATIVE)
ldflags = $(LDFLAGS) -mwindows -e _mainCRTStartup $(ld_switch_all)
$(ld_dynamic_link_flags)
Show replies by date