dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and to


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and tools (pnet) branch, master, updated. 682d701bab661321eca116b7f625ea48a3458e26
Date: Sat, 05 Jun 2010 12:38:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  682d701bab661321eca116b7f625ea48a3458e26 (commit)
      from  1a8ba88da34935af154d44ae69a186ca4636a0bf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=682d701bab661321eca116b7f625ea48a3458e26

commit 682d701bab661321eca116b7f625ea48a3458e26
Author: Klaus Treichel <address@hidden>
Date:   Sat Jun 5 14:38:02 2010 +0200

    Fix make distcheck

diff --git a/ChangeLog b/ChangeLog
index 8653fe0..2610ea9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-06-05  Klaus Treichel  <address@hidden>
 
+       * engine/Makefile.am: Add -I$(top_srcdir)/include to AM_CFLAGS if built
+       with tools.
+       Replace -I../include by -I$(top_srcdir)/include in AM_CFLAGS if built
+       without tools.
+
        * libgc/include/gc_alloc.h: Remove obsolete file
 
        * libgc/include/gc_inl.h: likewise
diff --git a/engine/Makefile.am b/engine/Makefile.am
index 319a147..ba373d9 100644
--- a/engine/Makefile.am
+++ b/engine/Makefile.am
@@ -194,7 +194,8 @@ ilverify_LDADD = libILEngine.a ../dumpasm/libILDumpAsm.a \
 ## GCC 3.4.0 also needs -fno-unit-at-a-time
 ## 'ffi.h' is autogenerated; thus, goes into build tree.
 AM_CFLAGS = $(NO_GCSE) $(NO_INLINE_FUNCTIONS) \
-                       $(NO_UNIT_AT_A_TIME) -I$(top_srcdir)/support \
+                       $(NO_UNIT_AT_A_TIME) \
+                       -I$(top_srcdir)/include -I$(top_srcdir)/support \
                        $(GC_INCLUDE) \
                        $(JIT_INCLUDE) \
                        $(FFI_INCLUDE) -I. 
-DBUILD_PROFILE_NAME="\"$(PROFILE_NAME)\""
@@ -217,7 +218,7 @@ ilverify_LDADD = libILEngine.a \
 ## 'ffi.h' is autogenerated; thus, goes into build tree.
 AM_CFLAGS = $(GC_INCLUDE) $(FFI_INCLUDE) \
                        $(NO_GCSE) $(NO_INLINE_FUNCTIONS) $(NO_UNIT_AT_A_TIME) \
-                       -I$(top_srcdir)/include -I../support/ -I. \
+                       -I$(top_srcdir)/include -I$(top_srcdir)/support -I. \
                        $(JIT_INCLUDE) \
                        -DIL_WITHOUT_TOOLS -Os
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    5 +++++
 engine/Makefile.am |    5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET engine, compilers and tools (pnet)



reply via email to

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