OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jun 1992 20:21:08 +0000 (20:21 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jun 1992 20:21:08 +0000 (20:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1278 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixincludes

index d46fc4f..55b75d7 100755 (executable)
@@ -678,6 +678,18 @@ if [ -r ${LIB}/$file ]; then
   fi
 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 ]
+then
+  ln -s ${LIB}/multimedia/audio_errno.h multimedia 2>/dev/null
+fi
+if [ -r ${LIB}/multimedia/audio_hdr.h ]
+then
+  ln -s ${LIB}/multimedia/audio_hdr.h multimedia 2>/dev/null
+fi
+
 echo 'Removing unneeded directories:'
 cd $LIB
 files=`find . -type d -print | sort -r`