From d4c0214005af743331f517a60a384d5d2817c4f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 5 May 1998 23:01:35 +0200
Subject: [PATCH] interpret.o was missing from $(OBJ).

Rev: src/Makefile.in:1.88
---
 src/Makefile.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 588d8f0510..ac97063dd5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
 #
-# $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 :
-- 
GitLab