Branch: Tag:

1998-05-05

1998-05-05 21:01:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>

interpret.o was missing from $(OBJ).

Rev: src/Makefile.in:1.88

1:   # - # $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:   #   OBJ= \    language.o \ +  interpret.o \    constants.o \    cpp.o \    fdlib.o \
177:      # 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 :