diff options
Diffstat (limited to 'modules/argz')
-rw-r--r-- | modules/argz | 1 |
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 |