fix for rtai4 CVS
authorDavid Schleef <ds@schleef.org>
Tue, 9 Jan 2001 19:18:10 +0000 (19:18 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 9 Jan 2001 19:18:10 +0000 (19:18 +0000)
scripts/dep.rtai

index 679880770b7f61ea2acaacc6717fa55e008ba9c9..d69e7e11fd536fc26db7b582c2c84281f86ef411 100755 (executable)
@@ -10,10 +10,6 @@ if [ "$CONFIG_RTHAL" != "" ];then
                : ${RTAIDIR:=/usr/src/rtai}
        fi
        echo RTAIDIR=$RTAIDIR >>.sourcedirs
-       if [ -d $RTAIDIR/include/rtai ];then
-               (cd include;rm -f rtai;ln -s $RTAIDIR/include/rtai rtai)
-       else
-               (cd include;rm -f rtai;ln -s $RTAIDIR/include rtai)
-       fi
+       (cd include;rm -f rtai;ln -s $RTAIDIR/include rtai)
 fi