From: Paul Eggert Date: Mon, 12 Aug 2002 14:56:24 +0000 (+0000) Subject: (EXTRA_DIST): Avoid +=, a GNU make extension. X-Git-Tag: BISON-1_49b~10 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/48c4080d0d214d22c30151b1161b0312bdc2c9fd (EXTRA_DIST): Avoid +=, a GNU make extension. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index b695d922..fff1a30e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to create Makefile.in. ## Makefile for Bison testsuite. -## Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +## Copyright (C) 2000, 2001, 2002 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 @@ -18,7 +18,7 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -EXTRA_DIST = $(TESTSUITE_AT) testsuite +EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 DISTCLEANFILES = atconfig $(check_SCRIPTS) MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE) @@ -37,8 +37,6 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.in echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \ } >$(srcdir)/package.m4 -EXTRA_DIST += package.m4 - ## ------------ ## ## Test suite. ## ## ------------ ##