From: Akim Demaille Date: Tue, 23 Sep 2008 13:02:44 +0000 (+0200) Subject: Remove etc/Makefile.am. X-Git-Tag: v2.7.90~1043 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/7cb794dcdddf4a4e20c5355d1912600889e5d1b6?ds=sidebyside Remove etc/Makefile.am. * etc/Makefile.am: Rename as... * etc/local.mk: this. Adjust. * Makefile.am, configure.ac: Adjust. --- diff --git a/ChangeLog b/ChangeLog index 707aad9d..980bd632 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-11-15 Akim Demaille + + Remove etc/Makefile.am. + * etc/Makefile.am: Rename as... + * etc/local.mk: this. + Adjust. + * Makefile.am, configure.ac: Adjust. + 2008-11-15 Akim Demaille Remove examples/local.mk. diff --git a/Makefile.am b/Makefile.am index 3362bd6f..188a0e3e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = po runtime-po lib data src doc tests etc +SUBDIRS = po runtime-po lib data src doc tests if BISON_CXX_WORKS SUBDIRS += examples/calc++ endif @@ -34,6 +34,7 @@ EXTRA_DIST = .prev-version .version cfg.mk maint.mk \ djgpp/fnchange.lst djgpp/testsuite.sed include build-aux/local.mk +include etc/local.mk include examples/local.mk .PHONY: maintainer-check diff --git a/configure.ac b/configure.ac index 51e0553f..29117f1d 100644 --- a/configure.ac +++ b/configure.ac @@ -151,7 +151,6 @@ gt_JAVAEXEC AC_CONFIG_FILES([Makefile po/Makefile.in data/Makefile - etc/Makefile examples/calc++/Makefile lib/Makefile src/Makefile doc/Makefile diff --git a/etc/Makefile.am b/etc/Makefile.am deleted file mode 100644 index 88966069..00000000 --- a/etc/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -## Copyright (C) 2006 Free Software Foundation, Inc. - -# 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 . - -nodist_noinst_SCRIPTS = bench.pl diff --git a/etc/local.mk b/etc/local.mk new file mode 100644 index 00000000..e66b1bbb --- /dev/null +++ b/etc/local.mk @@ -0,0 +1,16 @@ +## Copyright (C) 2006, 2008 Free Software Foundation, Inc. + +# 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 . + +nodist_noinst_SCRIPTS = etc/bench.pl