sgiefs-support-is-gone-but-great-rock-lives-on-20010602
authorNathan Neulinger <nneul@umr.edu>
Sun, 3 Jun 2001 17:32:18 +0000 (17:32 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 3 Jun 2001 17:32:18 +0000 (17:32 +0000)
remove inclusion of missing sgiefs directory since we didn't get the binary
library needed for it to work anyhow

src/config/Makefile.sgi_62
src/config/Makefile.sgi_63
src/config/Makefile.sgi_64
src/config/Makefile.sgi_65

index 15185ca..5403de2 100644 (file)
@@ -12,7 +12,7 @@ AFS_OSTYPE = IRIX
 
 # compilation and link editor flags
 DBG=-g
-FSINCLUDES=-I/usr/include/sys/fs -I../sgiefs
+FSINCLUDES=-I/usr/include/sys/fs
 LWP_OPTMZ=-O
 OPTMZ=-O
 XCFLAGS=-o32
index 11f2746..191e839 100644 (file)
@@ -12,7 +12,7 @@ AFS_OSTYPE = IRIX
 
 # compilation and link editor flags
 DBG=-g
-FSINCLUDES=-I/usr/include/sys/fs -I../sgiefs
+FSINCLUDES=-I/usr/include/sys/fs
 LWP_OPTMZ=-O
 OPTMZ=-O
 XCFLAGS=-D_OLD_TERMIOS -D_BSD_COMPAT -o32
index 421d801..2e2b083 100644 (file)
@@ -12,7 +12,7 @@ AFS_OSTYPE = IRIX
 
 # compilation and link editor flags
 DBG=-g
-FSINCLUDES=-I/usr/include/sys/fs -I../sgiefs
+FSINCLUDES=-I/usr/include/sys/fs
 LWP_OPTMZ=-O
 OPTMZ=-O
 XCFLAGS=-D_OLD_TERMIOS -D_BSD_COMPAT -n32 -woff 1009,1110,1116,1164,1171,1177,1183,1185,1204,1233,1515,1516,1548,1169,1174,1177,1196,1498,1506,1552
index 604028e..07dac12 100644 (file)
@@ -13,7 +13,7 @@ AFS_OSTYPE = IRIX
 
 # compilation and link editor flags
 DBG=-g
-FSINCLUDES=-I/usr/include/sys/fs -I../sgiefs
+FSINCLUDES=-I/usr/include/sys/fs
 OPTMZ=-O
 XCFLAGS=-n32 -mips3 -woff 1009,1110,1116,1164,1171,1177,1183,1185,1204,1233,1515,1516,1548,1169,1174,1177,1196,1498,1506,1552
 # The -mips3 for XCFLAGS64 allows code to run on R4000 as well as R8000+.