From: Jim Meyering Date: Fri, 6 Jun 2003 23:04:39 +0000 (+0000) Subject: (MOSTLYCLEANFILES): Add alloca.h and alloca.ht. X-Git-Tag: v5.0.1~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf3b0e892e75488a8c37ad7090b1a4454ab67e1;p=thirdparty%2Fcoreutils.git (MOSTLYCLEANFILES): Add alloca.h and alloca.ht. (MOSTLYCLEANFILES): Add stdbool.ht. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index fb1fc28d5e..cad3fc2870 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -181,15 +181,16 @@ charset.alias: config.charset $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ mv t-$@ $@ +EXTRA_DIST += stdbool.hin +MOSTLYCLEANFILES += stdbool.h stdbool.ht # Create stdbool.h on systems that lack a working one. all-local $(lib_OBJECTS): $(STDBOOL_H) stdbool.h: stdbool.hin sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' $(srcdir)/stdbool.hin > $@t mv $@t $@ -MOSTLYCLEANFILES += stdbool.h -EXTRA_DIST += stdbool.hin EXTRA_DIST += alloca_.h +MOSTLYCLEANFILES += alloca.h alloca.ht # Create an when the system # doesn't have one that works with the given compiler. all-local $(lib_OBJECTS): $(ALLOCA_H)