From 9029f098c318e509ee94912bdba51d58c79dd102 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 22 Jul 2005 22:04:12 +0000 Subject: [PATCH] * modules/alloca-opt (Makefile.am): Remove explicit dependency on $(ALLOCA_H), redundant through BUILT_SOURCES. * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H), redundant through BUILT_SOURCES. * modules/byteswap (Makefile.am): Remove explicit dependency on $(BYTESWAP_H), redundant through BUILT_SOURCES. * modules/fnmatch (Makefile.am): Remove explicit dependency on $(FNMATCH_H), redundant through BUILT_SOURCES. * modules/getopt (Makefile.am): Remove explicit dependency on $(GETOPT_H), redundant through BUILT_SOURCES. * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H), redundant through BUILT_SOURCES. * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H), redundant through BUILT_SOURCES. * modules/stdbool (Makefile.am): Remove explicit dependency on $(STDBOOL_H), redundant through BUILT_SOURCES. * modules/stdint (Makefile.am): Remove explicit dependency on $(STDINT_H), redundant through BUILT_SOURCES. * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES. Remove explicit dependency on $(SYSEXITS_H). Reported by Alexandre Duret-Lutz . --- ChangeLog | 24 ++++++++++++++++++++++++ modules/alloca-opt | 3 +-- modules/argz | 3 +-- modules/byteswap | 3 +-- modules/fnmatch | 3 +-- modules/getopt | 3 +-- modules/glob | 3 +-- modules/poll | 3 +-- modules/stdbool | 4 +--- modules/stdint | 3 +-- modules/sysexits | 4 ++-- 11 files changed, 35 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72a155fa1..40245ce21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2005-07-22 Bruno Haible + + * modules/alloca-opt (Makefile.am): Remove explicit dependency on + $(ALLOCA_H), redundant through BUILT_SOURCES. + * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H), + redundant through BUILT_SOURCES. + * modules/byteswap (Makefile.am): Remove explicit dependency on + $(BYTESWAP_H), redundant through BUILT_SOURCES. + * modules/fnmatch (Makefile.am): Remove explicit dependency on + $(FNMATCH_H), redundant through BUILT_SOURCES. + * modules/getopt (Makefile.am): Remove explicit dependency on + $(GETOPT_H), redundant through BUILT_SOURCES. + * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H), + redundant through BUILT_SOURCES. + * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H), + redundant through BUILT_SOURCES. + * modules/stdbool (Makefile.am): Remove explicit dependency on + $(STDBOOL_H), redundant through BUILT_SOURCES. + * modules/stdint (Makefile.am): Remove explicit dependency on + $(STDINT_H), redundant through BUILT_SOURCES. + * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES. + Remove explicit dependency on $(SYSEXITS_H). + Reported by Alexandre Duret-Lutz . + 2005-07-18 Bruno Haible * modules/lock: New file. diff --git a/modules/alloca-opt b/modules/alloca-opt index efef0a6f0..2e051d3de 100644 --- a/modules/alloca-opt +++ b/modules/alloca-opt @@ -16,9 +16,8 @@ Makefile.am: BUILT_SOURCES += $(ALLOCA_H) EXTRA_DIST += alloca_.h -# We need the following in order to create an when the system +# We need the following in order to create 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 $@ diff --git a/modules/argz b/modules/argz index c8729eca0..bf587c492 100644 --- a/modules/argz +++ b/modules/argz @@ -15,9 +15,8 @@ Makefile.am: BUILT_SOURCES += $(ARGZ_H) EXTRA_DIST += argz_.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): $(ARGZ_H) argz.h: argz_.h cp $(srcdir)/argz_.h $@-t mv $@-t $@ diff --git a/modules/byteswap b/modules/byteswap index 8202a3ba3..1a3e0378c 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -14,9 +14,8 @@ Makefile.am: BUILT_SOURCES += $(BYTESWAP_H) EXTRA_DIST += byteswap_.h -# We need the following in order to create a when the system +# We need the following in order to create when the system # doesn't have one. -all-local $(lib_OBJECTS): $(BYTESWAP_H) byteswap.h: byteswap_.h cp $(srcdir)/$< $@-t mv $@-t $@ diff --git a/modules/fnmatch b/modules/fnmatch index 15935c565..18f278c7d 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -19,9 +19,8 @@ Makefile.am: BUILT_SOURCES += $(FNMATCH_H) EXTRA_DIST += fnmatch_.h fnmatch_loop.c -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one that supports the required API. -all-local $(lib_OBJECTS): $(FNMATCH_H) fnmatch.h: fnmatch_.h cp $(srcdir)/fnmatch_.h $@-t mv $@-t $@ diff --git a/modules/getopt b/modules/getopt index 87022d1b5..420250c3a 100644 --- a/modules/getopt +++ b/modules/getopt @@ -18,9 +18,8 @@ Makefile.am: BUILT_SOURCES += $(GETOPT_H) EXTRA_DIST += getopt_.h getopt_int.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): $(GETOPT_H) getopt.h: getopt_.h cp $(srcdir)/getopt_.h $@-t mv $@-t $@ diff --git a/modules/glob b/modules/glob index 0247d01a5..c01987e2e 100644 --- a/modules/glob +++ b/modules/glob @@ -26,9 +26,8 @@ Makefile.am: BUILT_SOURCES += $(GLOB_H) EXTRA_DIST += glob_.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): $(GLOB_H) glob.h: glob_.h cp $(srcdir)/glob_.h $@-t mv $@-t $@ diff --git a/modules/poll b/modules/poll index 4695af268..eaa28931e 100644 --- a/modules/poll +++ b/modules/poll @@ -15,9 +15,8 @@ Makefile.am: BUILT_SOURCES += $(POLL_H) EXTRA_DIST += poll_.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one. -all-local $(lib_OBJECTS): $(POLL_H) poll.h: poll_.h cp $(srcdir)/poll_.h $@-t mv $@-t $@ diff --git a/modules/stdbool b/modules/stdbool index 786f12584..e3e06ab63 100644 --- a/modules/stdbool +++ b/modules/stdbool @@ -15,9 +15,8 @@ Makefile.am: BUILT_SOURCES += $(STDBOOL_H) EXTRA_DIST += stdbool_.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one that works. -all-local $(lib_OBJECTS): $(STDBOOL_H) stdbool.h: stdbool_.h sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t mv $@-t $@ @@ -31,4 +30,3 @@ LGPL Maintainer: Bruno Haible - diff --git a/modules/stdint b/modules/stdint index 8441aba35..8d5690ab6 100644 --- a/modules/stdint +++ b/modules/stdint @@ -17,9 +17,8 @@ Makefile.am: BUILT_SOURCES += $(STDINT_H) EXTRA_DIST += stdint_.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): $(STDINT_H) stdint.h: stdint_.h sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t mv $@-t $@ diff --git a/modules/sysexits b/modules/sysexits index 817336108..2decc04e7 100644 --- a/modules/sysexits +++ b/modules/sysexits @@ -11,11 +11,11 @@ configure.ac: gl_SYSEXITS Makefile.am: +BUILT_SOURCES += $(SYSEXITS_H) EXTRA_DIST += sysexit_.h -# We need the following in order to create a when the system +# We need the following in order to create when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): $(SYSEXITS_H) sysexits.h: sysexit_.h cp $(srcdir)/sysexit_.h sysexits.h-t mv sysexits.h-t sysexits.h -- 2.11.0