From 1b36a2f9f54b38061e6e7a8796a88adc9fd0ad86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 6 Sep 1999 04:11:50 -0700
Subject: [PATCH] bugfix

Rev: src/Makefile.in:1.151
---
 src/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index bcc6720829..5d65261296 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.in,v 1.150 1999/08/27 21:42:03 hubbe Exp $
+# $Id: Makefile.in,v 1.151 1999/09/06 11:11:50 hubbe Exp $
 #
 
 # This line is needed on some machines.
@@ -408,7 +408,7 @@ module_testsuites:
 just_verify: module_testsuites testsuite master.pike
 	$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike -a
 
-tinstall: aclocal
+tinstall: aclocal master.pike
 	rm -rf test-install
 	$(RUNPIKE) $(TMP_BINDIR)/install.pike pike_name="test-pike" lib_prefix="$(lib_prefix)" TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" SRCDIR="$(SRCDIR)" prefix="./test-install" MANDIR_SRC="$(MANDIR_SRC)" man_prefix="$(man_prefix)"
 
-- 
GitLab