Skip to content
Snippets Groups Projects
Commit 2a3c5605 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor fixes for interpret.o

Rev: src/Makefile.in:1.89
parent 89b07255
No related branches found
No related tags found
No related merge requests found
# #
# $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. # This line is needed on some machines.
...@@ -178,8 +178,8 @@ hilfe: $(TMP_BINDIR)/hilfe Makefile ...@@ -178,8 +178,8 @@ hilfe: $(TMP_BINDIR)/hilfe Makefile
# Several optimizers have problems with interpret.c # Several optimizers have problems with interpret.c
# First try compiling with optimization and if that doesn't work, without. # First try compiling with optimization and if that doesn't work, without.
interpret.o: interpret.c interpret.o: $(SRCDIR)/interpret.c
$(CC) $(CFLAGS) -c interpret.c -o interpret.o || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c interpret.c -o interpret.o $(CC) $(CFLAGS) -c $(SRCDIR)/interpret.c -o interpret.o || NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c $(SRCDIR)/interpret.c -o interpret.o
force : 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