From 0bf3b0e892e75488a8c37ad7090b1a4454ab67e1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jun 2003 23:04:39 +0000 Subject: (MOSTLYCLEANFILES): Add alloca.h and alloca.ht. (MOSTLYCLEANFILES): Add stdbool.ht. --- lib/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index fb1fc28d5..cad3fc287 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) -- cgit v1.2.3-54-g00ecf