summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/known-architectures')
-rw-r--r--lib/make/known-architectures/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index c8d60acc..af16b4b8 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -103,7 +103,7 @@ else
LINUX_G77_USES_LIBG2C=
if test "$LINUX_F90_COMP" = 'gnu77' -o "$LINUX_F90_COMP" = 'pacific' ; then
- touch foo.f
+ : > foo.f
if test -n "`$F77 -v 2>&1 foo.f | grep collect | grep g2c`" ; then
LINUX_G77_USES_LIBG2C=yes
else