*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Thu, 25 Jun 1992 04:03:11 +0000 (04:03 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 25 Jun 1992 04:03:11 +0000 (04:03 +0000)
From-SVN: r1280

gcc/fixincludes

index 55b75d779632b2ec4c3504596bfc4ea452720376..7da07eec689c355660780141e449f82373228686 100755 (executable)
@@ -680,14 +680,14 @@ fi
 
 # These two files on SunOS 4 are included by other files
 # in the same directory, using "...".  So we must make sure they exist
-# in the same directory as the fixed other files.
-if [ -r ${LIB}/multimedia/audio_errno.h ]
+# in the same directory as the other fixed files.
+if [ -r ${INPUT}/multimedia/audio_errno.h ]
 then
-  ln -s ${LIB}/multimedia/audio_errno.h multimedia 2>/dev/null
+  ln -s ${INPUT}/multimedia/audio_errno.h ${LIB}/multimedia 2>/dev/null
 fi
-if [ -r ${LIB}/multimedia/audio_hdr.h ]
+if [ -r ${INPUT}/multimedia/audio_hdr.h ]
 then
-  ln -s ${LIB}/multimedia/audio_hdr.h multimedia 2>/dev/null
+  ln -s ${INPUT}/multimedia/audio_hdr.h ${LIB}/multimedia 2>/dev/null
 fi
 
 echo 'Removing unneeded directories:'