pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-06
1998-05-06 00:38:55 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
2a3c5605ac66c2d756e0c21c74020555e51c3b4c (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
minor fixes for interpret.o
Rev: src/Makefile.in:1.89
1:
#
-
# $Id: Makefile.in,v 1.
88
1998/05/
05
21
:
01
:
35
grubba
Exp $
+
# $Id: Makefile.in,v 1.
89
1998/05/
06
00
:
38
:
55
hubbe
Exp $
# # This line is needed on some machines.
178:
# Several optimizers have problems with interpret.c # First try compiling with optimization and if that doesn't work, without.
-
interpret.o: interpret.c
-
$(CC) $(CFLAGS) -c interpret.c -o interpret.o || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c interpret.c -o interpret.o
+
interpret.o:
$(SRCDIR)/
interpret.c
+
$(CC) $(CFLAGS) -c
$(SRCDIR)/
interpret.c -o interpret.o || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c
$(SRCDIR)/
interpret.c -o interpret.o
force :