From: Jim Meyering Date: Tue, 18 Feb 2003 14:01:25 +0000 (+0000) Subject: (CLEANFILES): Remove ftw.h and search.h. X-Git-Tag: v4.5.8~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae993355b7b279a496e8ca4af04f5f683ad7d041;p=thirdparty%2Fcoreutils.git (CLEANFILES): Remove ftw.h and search.h. (DISTCLEANFILES): Add them here. Add fnmatch.h, too. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 36bcdfc137..60115379b0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -189,4 +189,5 @@ SUFFIXES = .sed .sin sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@ mv t-$@ $@ -CLEANFILES = charset.alias ref-add.sed ref-del.sed ftw.h search.h +CLEANFILES = charset.alias ref-add.sed ref-del.sed +DISTCLEANFILES = ftw.h search.h fnmatch.h