--- nfs/Makefile.orig	Wed Jun  3 15:28:32 1998
+++ nfs/Makefile	Wed Jun  3 15:29:02 1998
@@ -16,13 +16,13 @@
 
 all: nfs.o
 
-COMPILE = $(CC) $(ARCH) -c $(INCLUDES) $(CFLAGS)
+COMPILE = $(CC) -c $(INCLUDES) $(CFLAGS)
 
 .c.o:
 	$(COMPILE) $<
 
 nfs.o: $(OFILES)
-	$(LD) $(ARCH) -r -o $@ $(OFILES)
+	$(LD) -r -o $@ $(OFILES)
 
 # the purpose of the sed "s/char data/long long data/" hack is to ensure
 # proper alignment. [Marc Boucher <marc@CAM.ORG>]
