summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-04 12:29:52 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-04 12:29:52 -0800
commitd96a1fa869072053d943badb6e3904a7d7a2d4de (patch)
tree3cfa8dee4f676612519da592feff3191bbbd771f /configure
parentbdccbad1c7da40d80f976858582574eb3c76dd40 (diff)
downloadtxr-d96a1fa869072053d943badb6e3904a7d7a2d4de.tar.gz
txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.tar.bz2
txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.zip
Got build to work in separate build directory.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index c96841aa..6847c85c 100755
--- a/configure
+++ b/configure
@@ -382,6 +382,10 @@ 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