0.6.12.4:
[sbcl.git] / make-config.sh
index e9ae468..f0d1eae 100644 (file)
@@ -53,10 +53,8 @@ rm -f Config
 if [ `uname` = Linux ]; then
     echo -n ' :linux' >> $ltf
     ln -s Config.$sbcl_arch-linux Config
-    ( cd ../code && ln -sf $sbcl_arch-linux-types.lisp target-os-types.lisp )
 elif uname | grep BSD; then
     echo -n ' :bsd' >> $ltf
-    ( cd ../code && ln -sf $sbcl_arch-bsd-types.lisp target-os-types.lisp )
     if [ `uname` = FreeBSD ]; then
        echo -n ' :freebsd' >> $ltf
        ln -s Config.$sbcl_arch-freebsd Config