From a5fe0f8417c62fd1232384cc0d51d0af5814a4f8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Aug 2001 17:51:15 +0000 Subject: fix typos --- Makefile.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.cfg') 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) -- cgit v1.2.3-54-g00ecf