pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-05
1998-05-05 21:01:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d4c0214005af743331f517a60a384d5d2817c4f1 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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 :