diff options
Diffstat (limited to 'tests/scripts/options')
-rw-r--r-- | tests/scripts/options/dash-B | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/options/dash-B b/tests/scripts/options/dash-B index 94932e5..32992b3 100644 --- a/tests/scripts/options/dash-B +++ b/tests/scripts/options/dash-B @@ -18,7 +18,7 @@ all: foo foo: bar.x @echo cp $< $@ - @touch $@ + @echo "" > $@ EOF close(MAKEFILE); |