Skip to content
Snippets Groups Projects
Commit 014eff4a authored by Johan Schön's avatar Johan Schön
Browse files

Typo.

Rev: src/Makefile.in:1.87
parent 8856298b
No related branches found
No related tags found
No related merge requests found
#
# $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 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment