diff options
| author | megacz <megacz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-18 15:00:00 +0000 |
|---|---|---|
| committer | megacz <megacz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-18 15:00:00 +0000 |
| commit | d872f90cc4807e8130a3f412885a67904f61fe22 (patch) | |
| tree | 53578926e7d26f68e7545c743563c4e7c36712cf /libjava/libltdl/Makefile.in | |
| parent | c0e70de48f75207fb03ad5d1aaa02663342f1b21 (diff) | |
| download | ppe42-gcc-d872f90cc4807e8130a3f412885a67904f61fe22.tar.gz ppe42-gcc-d872f90cc4807e8130a3f412885a67904f61fe22.zip | |
2006-12-18 Adam Megacz <megacz@cs.berkeley.edu>
* Makefile.am: remove @X_CFLAGS@ from AM_CXXFLAGS; it causes
-I/usr/include to wind up in cross-builds
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120006 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libltdl/Makefile.in')
| -rw-r--r-- | libjava/libltdl/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libjava/libltdl/Makefile.in b/libjava/libltdl/Makefile.in index 05dc43dccf1..a6d15b79530 100644 --- a/libjava/libltdl/Makefile.in +++ b/libjava/libltdl/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.3 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,8 +15,6 @@ @SET_MAKE@ -SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) - srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ |

