diff options
author | Christian Biesinger <cbiesinger@google.com> | 2019-11-14 16:17:59 -0800 |
---|---|---|
committer | Christian Biesinger <cbiesinger@google.com> | 2019-11-15 11:00:39 -0800 |
commit | 33bd0102c190c1331804c12774e578e33c367552 (patch) | |
tree | 1f1d1fc2c78931f9c50016d16b47149bc2df75e0 /gnulib/Makefile.am | |
parent | 71d3dc74309599cd9bbdfa17dcfdfd8c406a1093 (diff) | |
download | binutils-33bd0102c190c1331804c12774e578e33c367552.zip binutils-33bd0102c190c1331804c12774e578e33c367552.tar.gz binutils-33bd0102c190c1331804c12774e578e33c367552.tar.bz2 |
Generate gnulib's toplevel Makefile.in using automake
This is a lot simpler and as a side-effect this will correctly
regenerate import/Makefile and config.h during rebuilds if
necessary.
gnulib/ChangeLog:
2019-11-15 Christian Biesinger <cbiesinger@google.com>
* Makefile.am: New file.
* Makefile.in: Replace with generated file.
* aclocal-m4-deps.mk: Remove.
* configure.ac: Use the foreign option for automake and specify
the aclocal search path here.
* update-gnulib.sh: Don't generate aclocal-m4-deps.mk anymore.
Also don't specify the aclocal include path here, now that it
is in configure.ac.
Change-Id: I6a2c4d41cf4f0e21d5c813197bad63ed5c08e408
Diffstat (limited to 'gnulib/Makefile.am')
-rw-r--r-- | gnulib/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnulib/Makefile.am b/gnulib/Makefile.am new file mode 100644 index 0000000..8dab5ec --- /dev/null +++ b/gnulib/Makefile.am @@ -0,0 +1,18 @@ +# Copyright (C) 2019 Free Software Foundation, Inc. + +# This file is part of GDB. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +SUBDIRS = import |