From 2a3c5605ac66c2d756e0c21c74020555e51c3b4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 5 May 1998 17:38:55 -0700
Subject: [PATCH] minor fixes for interpret.o

Rev: src/Makefile.in:1.89
---
 src/Makefile.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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