emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108739: * Makefile.in (ALL_CFLAGS):


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108739: * Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib.
Date: Mon, 25 Jun 2012 17:39:36 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108739
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2012-06-25 17:39:36 -0700
message:
  * Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib.
  
  This is needed for hosts that lack <alloca.h>, when Emacs is
  configured --with-x-toolkit=no.  Problem reported by Herbert
  J. Skuhra for FreeBSD.
modified:
  oldXMenu/ChangeLog
  oldXMenu/Makefile.in
=== modified file 'oldXMenu/ChangeLog'
--- a/oldXMenu/ChangeLog        2012-06-10 13:20:58 +0000
+++ b/oldXMenu/ChangeLog        2012-06-26 00:39:36 +0000
@@ -1,3 +1,10 @@
+2012-06-26  Paul Eggert  <address@hidden>
+
+       * Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib.
+       This is needed for hosts that lack <alloca.h>, when Emacs is
+       configured --with-x-toolkit=no.  Problem reported by Herbert
+       J. Skuhra for FreeBSD.
+
 2012-04-18  Paul Eggert  <address@hidden>
 
        configure: new option --enable-gcc-warnings (Bug#11207)

=== modified file 'oldXMenu/Makefile.in'
--- a/oldXMenu/Makefile.in      2012-04-14 04:37:44 +0000
+++ b/oldXMenu/Makefile.in      2012-06-26 00:39:36 +0000
@@ -91,7 +91,7 @@
   $(C_SWITCH_X_SITE) \
   $(WARN_CFLAGS) $(WERROR_CFLAGS) ${PROFILING_CFLAGS} \
   $(CPPFLAGS) $(CFLAGS) -DEMACS_BITMAP_FILES \
-  -I../src -I${srcdir} -I${srcdir}/../src
+  -I../src -I../lib -I${srcdir} -I${srcdir}/../src -I${srcdir}/../lib
 
 .c.o:
        $(CC) -c ${ALL_CFLAGS} $<


reply via email to

[Prev in Thread] Current Thread [Next in Thread]