Give file a better name.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4546 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 4b19243..ed976ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,7 @@
 	README_PACKAGERS \
 	README_MISSING_SYSCALL_OR_IOCTL \
 	valgrind.spec.in valgrind.pc.in \
-	Makefile.all.am Makefile.tool.am Makefile.core-AM_CPPFLAGS.am \
+	Makefile.all.am Makefile.tool.am Makefile.core.am \
 	Makefile.tool-inplace.am \
 	$(VEX_PRIMARY_SOURCES)
 
diff --git a/Makefile.core-AM_CPPFLAGS.am b/Makefile.core.am
similarity index 100%
rename from Makefile.core-AM_CPPFLAGS.am
rename to Makefile.core.am
diff --git a/auxprogs/Makefile.am b/auxprogs/Makefile.am
index 5a0f7a0..20c883f 100644
--- a/auxprogs/Makefile.am
+++ b/auxprogs/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 bin_PROGRAMS = valgrind-listener
 
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index d0f18cf..6518a91 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 .PHONY: @VEX_DIR@/libvex.a
 
diff --git a/coregrind/m_aspacemgr/Makefile.am b/coregrind/m_aspacemgr/Makefile.am
index c9ea0cc..0da1180 100644
--- a/coregrind/m_aspacemgr/Makefile.am
+++ b/coregrind/m_aspacemgr/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 noinst_LIBRARIES = libaspacemgr.a
 
diff --git a/coregrind/m_debuginfo/Makefile.am b/coregrind/m_debuginfo/Makefile.am
index 12b0c36..e3fe111 100644
--- a/coregrind/m_debuginfo/Makefile.am
+++ b/coregrind/m_debuginfo/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 noinst_HEADERS = \
 	priv_symtab.h \
diff --git a/coregrind/m_demangle/Makefile.am b/coregrind/m_demangle/Makefile.am
index fa521bf..be6bc5b 100644
--- a/coregrind/m_demangle/Makefile.am
+++ b/coregrind/m_demangle/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 noinst_HEADERS = \
 	ansidecl.h     \
diff --git a/coregrind/m_dispatch/Makefile.am b/coregrind/m_dispatch/Makefile.am
index a6045dc..7a94a72 100644
--- a/coregrind/m_dispatch/Makefile.am
+++ b/coregrind/m_dispatch/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 noinst_LIBRARIES = libdispatch.a
 
diff --git a/coregrind/m_replacemalloc/Makefile.am b/coregrind/m_replacemalloc/Makefile.am
index 0fcccb2..e4e32a1 100644
--- a/coregrind/m_replacemalloc/Makefile.am
+++ b/coregrind/m_replacemalloc/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 noinst_LIBRARIES = \
 	libreplacemalloc_core.a \
diff --git a/coregrind/m_scheduler/Makefile.am b/coregrind/m_scheduler/Makefile.am
index f569e77..d865494 100644
--- a/coregrind/m_scheduler/Makefile.am
+++ b/coregrind/m_scheduler/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 noinst_HEADERS = \
 	priv_sema.h
diff --git a/coregrind/m_sigframe/Makefile.am b/coregrind/m_sigframe/Makefile.am
index fe886de..f265b03 100644
--- a/coregrind/m_sigframe/Makefile.am
+++ b/coregrind/m_sigframe/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 # Remember to include all the platform-specific files in the distribution.
 EXTRA_DIST = \
diff --git a/coregrind/m_syswrap/Makefile.am b/coregrind/m_syswrap/Makefile.am
index cddaa91..bd66013 100644
--- a/coregrind/m_syswrap/Makefile.am
+++ b/coregrind/m_syswrap/Makefile.am
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.all.am
-include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
+include $(top_srcdir)/Makefile.core.am
 
 # Remember to include all the OS/platform-specific files in the distribution.
 EXTRA_DIST = \