summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3a2134f1e..89e310c73 100755
--- a/configure
+++ b/configure
@@ -1363,7 +1363,7 @@ m_$i.so: m_$i.cpp ../../include/modules.h ../../include/users.h ../../include/ch
\$(CC) \$(FLAGS) -shared $liflags -o m_$i.so m_$i.o $extra
EOCHEESE
- $crud = $crud . " \@install -v -m 0700 m_$i.so \$(MODPATH)\n";
+ $crud = $crud . " install -m 0700 m_$i.so \$(MODPATH)\n";
###
# End Write Entry to the MakeFile
###