diff options
author | Adam Megacz <megacz@cs.berkeley.edu> | 2006-12-18 15:00:00 +0000 |
---|---|---|
committer | Adam Megacz <megacz@gcc.gnu.org> | 2006-12-18 15:00:00 +0000 |
commit | 85bf4c61f4de13ab1e6019c4c3883336f5054cdd (patch) | |
tree | 53578926e7d26f68e7545c743563c4e7c36712cf /libjava/libltdl/Makefile.in | |
parent | 2284bd2b66727ad3d1390ed16cd80760a012aa8a (diff) | |
download | gcc-85bf4c61f4de13ab1e6019c4c3883336f5054cdd.zip gcc-85bf4c61f4de13ab1e6019c4c3883336f5054cdd.tar.gz gcc-85bf4c61f4de13ab1e6019c4c3883336f5054cdd.tar.bz2 |
Makefile.am: remove @X_CFLAGS@ from AM_CXXFLAGS...
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.
From-SVN: r120006
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 05dc43d..a6d15b7 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@ |