diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-10 05:29:27 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-10 05:29:27 +0000 |
commit | 9573c665667a5d3299cc299eda6383d1e25be6de (patch) | |
tree | d6b9a9bc514e260c90f267fced6974a4efeb369e /libffi/include | |
parent | a114b60bae745de9df8dc254ce40f14f0f0e22bf (diff) | |
download | gcc-9573c665667a5d3299cc299eda6383d1e25be6de.tar.gz |
* include/Makefile.in: Rebuilt.
* Makefile.in: Rebuilt
* Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
builds.
Use USE_LIBDIR.
* configure: Rebuilt.
* configure.in (USE_LIBDIR): Define for native builds.
Use lowercase in configure --help explanations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28639 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/include')
-rw-r--r-- | libffi/include/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libffi/include/Makefile.in b/libffi/include/Makefile.in index 98c8dc77766..20192e56514 100644 --- a/libffi/include/Makefile.in +++ b/libffi/include/Makefile.in @@ -63,7 +63,6 @@ AMTAR = @AMTAR@ AMTARFLAGS = @AMTARFLAGS@ AS = @AS@ CC = @CC@ -CXX = @CXX@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ LD = @LD@ |