diff --git a/src/Makefile.in b/src/Makefile.in
index 3f0d6d7956c09847c033044571cb7648e5c25fc0..588d8f051066036e30b8801002f23a83d3062496 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.in,v 1.86 1998/05/01 15:30:28 hubbe Exp $
+# $Id: Makefile.in,v 1.87 1998/05/04 13:51:55 js Exp $
 #
 
 # This line is needed on some machines.
@@ -178,7 +178,7 @@ hilfe: $(TMP_BINDIR)/hilfe Makefile
 # Several optimizers have problems with interpret.c
 # First try compiling with optimization and if that doesn't work, without.
 interpret.o:
-	$(CC) $(CFLAGS) -c interpet.c -o interpret.o || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c interpet.c -o interpret.o 
+	$(CC) $(CFLAGS) -c interpret.c -o interpret.o || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c interpret.c -o interpret.o 
 
 force :