summaryrefslogtreecommitdiff
path: root/t/extra-sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/extra-sources.sh')
-rw-r--r--t/extra-sources.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/t/extra-sources.sh b/t/extra-sources.sh
index 09e797d5c..3878ac2ab 100644
--- a/t/extra-sources.sh
+++ b/t/extra-sources.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1996-2017 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 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
@@ -12,7 +12,7 @@
# 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/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Test to make sure EXTRA_..._SOURCES actually works.
# Bug report from Henrik Frystyk Nielsen.
@@ -21,7 +21,7 @@
echo AC_PROG_CC >> configure.ac
-cat > Makefile.am << 'END'
+cat > Makefile.am <<'END'
bin_PROGRAMS = www
www_SOURCES = www.c
EXTRA_www_SOURCES = xtra.c
@@ -31,6 +31,7 @@ END
$ACLOCAL
$AUTOMAKE
-grep '@am__include@ .*/xtra\.P' Makefile.in
+grep '@am__include@ .*/xtra\.Po' Makefile.in
+grep '^am__depfiles_remade =.*/xtra.Po' Makefile.in
: