summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cfg b/Makefile.cfg
index b9cfe2e11..89c67497c 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -23,7 +23,7 @@ wget_files = \
###############################################
-# FIXME: CAUTION this list is a duplicate of one in ../Makefile.cfg.
+# FIXME: CAUTION this list is a duplicate of one in lib/Makefile.am.
io_functions = \
clearerr feof ferror fflush fgets fputc fputs \
fread fwrite getc getchar putc putchar
@@ -36,7 +36,7 @@ comma_separated = $(shell echo $(unlocked_io_functions)|tr -s ' ' ,)
t_io = $(notdir $@)t
# This rule requires GNU make.
-$(srcdir)/m4/jm-glibc-io.m4: $(srcdir)/m4/jm-glibc-io.m4n Makefile.am
+$(srcdir)/m4/jm-glibc-io.m4: $(srcdir)/m4/jm-glibc-io.m4n Makefile.cfg
echo dnl This file is automatically generated from $(notdir $<). \
> $(t_io)
echo >> $(t_io)