diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-12 13:20:10 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-12 13:20:10 -0400 |
commit | 3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487 (patch) | |
tree | 6239528f4fa8427847fe3444d0784640f8550c69 /doc | |
parent | 8807cc2bee27f6528a23a0267eb2d3e3e6dd0628 (diff) | |
download | systemtap-steved-3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487.tar.gz systemtap-steved-3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487.tar.xz systemtap-steved-3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487.zip |
gcc 4.4 build compatibility tweaks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index aed03ee2..c003c742 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008 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. |