diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-12 20:47:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-12 20:47:23 +0000 |
commit | 32a2c6f6d9d6d59b7414c7e9179180d2df79f7f4 (patch) | |
tree | a85f6d6c2cb362a0a318e72b15b98f09f8544222 /lib | |
parent | 58354c964334d856f2749e23deb875970864808b (diff) | |
download | coreutils-32a2c6f6d9d6d59b7414c7e9179180d2df79f7f4.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 0bf0a932b..f1e6286e4 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -96,7 +96,6 @@ MSGMERGE = @MSGMERGE@ NEED_SETGID = @NEED_SETGID@ OBJEXT = @OBJEXT@ OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@ -OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ @@ -269,7 +268,7 @@ libfetish_a_SOURCES = \ libfetish_a_LIBADD = $(LIBOBJS) $(ALLOCA) libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD) -BUILT_SOURCES = getdate.c +BUILT_SOURCES = getdate.c $(STDBOOL_H) $(ALLOCA_H) MAINTAINERCLEANFILES = $(BUILT_SOURCES) MOSTLYCLEANFILES = stdbool.h stdbool.ht alloca.h alloca.ht @@ -867,13 +866,11 @@ charset.alias: config.charset $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ mv t-$@ $@ # 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 $@ # Create an <alloca.h> when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): $(ALLOCA_H) alloca.h: alloca_.h cp $(srcdir)/alloca_.h $@t mv $@t $@ |