Skip to content

Commit

Permalink
* Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
Browse files Browse the repository at this point in the history
	PICFLAG.
	* Makefile.in: Regenerated.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91905 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
dje committed Dec 8, 2004
1 parent 3d18157 commit a859448
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions libffi/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2004-12-08 David Edelsohn <edelsohn@gnu.org>

* Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
PICFLAG.
* Makefile.in: Regenerated.

2004-12-02 Richard Sandiford <rsandifo@redhat.com>

* configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
Expand Down
2 changes: 0 additions & 2 deletions libffi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ AM_MAKEFLAGS = \
"CC=$(CC)" \
"CXX=$(CXX)" \
"LD=$(LD)" \
"LIBCFLAGS=$(LIBCFLAGS)" \
"NM=$(NM)" \
"PICFLAG=$(PICFLAG)" \
"RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)"

Expand Down
2 changes: 0 additions & 2 deletions libffi/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,7 @@ AM_MAKEFLAGS = \
"CC=$(CC)" \
"CXX=$(CXX)" \
"LD=$(LD)" \
"LIBCFLAGS=$(LIBCFLAGS)" \
"NM=$(NM)" \
"PICFLAG=$(PICFLAG)" \
"RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)"

Expand Down

0 comments on commit a859448

Please sign in to comment.