summaryrefslogtreecommitdiff
path: root/modules/argz
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-21 10:56:58 +0200
committerJim Meyering <meyering@redhat.com>2009-08-21 10:56:58 +0200
commitbd8cfad4eb68e459d9fd24144df7a106765f8c09 (patch)
treef5b9e231664408269b98acb14a7e762040fc5619 /modules/argz
parent1b3a58de6630d88009c1ef06ed154249fb2e9d6b (diff)
downloadgnulib-bd8cfad4eb68e459d9fd24144df7a106765f8c09.tar.gz
consistently remove $@-t before redirecting to it
* modules/argz: Remove $@-t and $@ before redirecting to the former. * modules/alloca-opt: Likewise. * modules/byteswap: Likewise. * modules/fnmatch: Likewise. * modules/getopt-posix: Likewise. * modules/glob: Likewise. * modules/poll: Likewise. * modules/posix_spawnp-tests: Likewise. * modules/sys_socket: Likewise. * modules/sysexits: Likewise.
Diffstat (limited to 'modules/argz')
-rw-r--r--modules/argz1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/argz b/modules/argz
index 7ef73d5f54..7c95859c09 100644
--- a/modules/argz
+++ b/modules/argz
@@ -23,6 +23,7 @@ BUILT_SOURCES += $(ARGZ_H)
# We need the following in order to create <argz.h> when the system
# doesn't have one that works with the given compiler.
argz.h: argz.in.h
+ rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/argz.in.h; \
} > $@-t