summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 58753f41..ec6a898b 100755
--- a/configure
+++ b/configure
@@ -392,10 +392,6 @@ esac
if [ "$source_dir" != "." ] ; then
printf "symlinking Makefile -> $source_dir/Makefile\n"
ln -sf "$source_dir/Makefile" .
- printf "symlinking tests -> $source_dir/tests\n"
- ln -sf "$source_dir/tests" .
- printf "symlinking dep.mk -> $source_dir/dep.mk\n"
- ln -sf "$source_dir/dep.mk" .
else
printf "warning: its recommended to build in a separate directory\n"
fi