diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-22 20:30:26 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-22 20:30:26 +0000 |
commit | 3a1b426e9cf94138914295b629314b35c1a38c33 (patch) | |
tree | c3c8eb6e6a84b908fff989fa68ee6fcde077b22e /libgfortran | |
parent | 9e38b6418310096acc81077bd02fe04313703365 (diff) | |
download | gcc-3a1b426e9cf94138914295b629314b35c1a38c33.tar.gz |
2007-08-22 Bernhard Fischer <rep.dot.nop@gmail.com>
* libgfortran/Makefile.am (AM_CPPFLAGS): Commentary typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127714 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 4 | ||||
-rw-r--r-- | libgfortran/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index de3d574fea4..2fabcb28a3f 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2007-08-22 Bernhard Fischer <rep.dot.nop@gmail.com> + + * libgfortran/Makefile.am (AM_CPPFLAGS): Commentary typo fix. + 2007-08-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> PR fortran/33079 diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index ba81c75f238..aa2629e2d2d 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -22,7 +22,7 @@ myexeclibdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR) libgfortranbegin_la_SOURCES = fmain.c libgfortranbegin_la_LDFLAGS = -static -## io.h conflicts with some a system header on some platforms, so +## io.h conflicts with a system header on some platforms, so ## use -iquote AM_CPPFLAGS = -iquote$(srcdir)/io -I$(srcdir)/$(MULTISRCTOP)../gcc \ -I$(srcdir)/$(MULTISRCTOP)../gcc/config \ |