From 40bb514f02ed81a45a6e45cf819be6c46010850e Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Fri, 5 Feb 1999 06:08:18 +0100 Subject: [PATCH] Undo. Touch remake when Makefile is remade. Rev: src/Makefile.in:1.128 --- src/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 6080c037d0..1fd5fa5344 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.127 1999/02/04 22:19:54 mast Exp $ +# $Id: Makefile.in,v 1.128 1999/02/05 05:08:18 mast Exp $ # # This line is needed on some machines. @@ -205,14 +205,14 @@ force : # install -install: module_objects pike hilfe pike-module aclocal +install: pike hilfe pike-module aclocal @exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" prefix="$(prefix)" MANDIR_SRC="$(MANDIR_SRC)" \ man_prefix="$(man_prefix)" \ $(RUNPIKE) $(TMP_BINDIR)/install.pike -old-install: module_objects pike hilfe pike-module aclocal +old-install: pike hilfe pike-module aclocal @echo @echo Installing Pike... @echo @@ -583,6 +583,7 @@ modules/dynamic_module_makefile: $(SRCDIR)/@dmmsrc@ config.status Makefile: $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies config.status CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status + touch remake @echo "Run make again" @exit 1 -- GitLab