aboutsummaryrefslogtreecommitdiff
path: root/makeconf.sh
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-12-01 18:56:39 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-12-01 18:56:39 +0000
commitb9b94cdd0a05ff3cba661fda58279e4bdc74db5c (patch)
tree79461f2a8fe5ea8aeb83cf312b542919d69e67e1 /makeconf.sh
parent039322d8f1295bf20057303882bf1202a03d125e (diff)
merge from merge4 to merge5
Diffstat (limited to 'makeconf.sh')
-rwxr-xr-xmakeconf.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/makeconf.sh b/makeconf.sh
index 34090e9..dc563d9 100755
--- a/makeconf.sh
+++ b/makeconf.sh
@@ -24,6 +24,8 @@ else
autoconf
)
fi
+echo Linking kernel header file...
+ln -sf ../kernel/fuse_kernel.h `dirname $0`/include
rm -f config.cache config.status
echo "To compile run './configure', and then 'make'."