Skip to content
Snippets Groups Projects
Commit d4c02140 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

interpret.o was missing from $(OBJ).

Rev: src/Makefile.in:1.88
parent ba89b7bd
No related branches found
No related tags found
No related merge requests found
#
# $Id: Makefile.in,v 1.87 1998/05/04 13:51:55 js Exp $
# $Id: Makefile.in,v 1.88 1998/05/05 21:01:35 grubba Exp $
#
# This line is needed on some machines.
......@@ -83,6 +83,7 @@ MAKE_FLAGS = $(MOST_MAKE_FLAGS) "OTHERFLAGS=$(OTHERFLAGS)"
#
OBJ= \
language.o \
interpret.o \
constants.o \
cpp.o \
fdlib.o \
......@@ -177,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:
interpret.o: interpret.c
$(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.
Finish editing this message first!
Please register or to comment