summaryrefslogtreecommitdiff
path: root/t/built-sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/built-sources.sh')
-rw-r--r--t/built-sources.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/built-sources.sh b/t/built-sources.sh
index 9d4dbc7dd..9a2ea2875 100644
--- a/t/built-sources.sh
+++ b/t/built-sources.sh
@@ -29,8 +29,8 @@ BUILT_SOURCES = foo.c
noinst_PROGRAMS = bar baz
foo.c:
rm -f $@ $@-t
-## Use printf, not echo, to avoid spurious interpretation of
-## the "\n" as a newline (seen on NetBSD 5.1).
+ # Use printf, not echo, to avoid spurious interpretation of
+ # the "\n" as a newline (seen on NetBSD 5.1).
printf '%s\n' '#include <stdio.h>' > $@-t
printf '%s\n' 'int main (void)' >> $@-t
printf '%s\n' '{ ' >> $@-t