From 014eff4a208146d9d7b73641cd27f4494a43c634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Sch=C3=B6n?= <js@opera.com> Date: Mon, 4 May 1998 15:51:55 +0200 Subject: [PATCH] Typo. Rev: src/Makefile.in:1.87 --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 3f0d6d7956..588d8f0510 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 : -- GitLab