Skip to content
Snippets Groups Projects
Commit 40bb514f authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Undo. Touch remake when Makefile is remade.

Rev: src/Makefile.in:1.128
parent 34251a60
No related branches found
No related tags found
No related merge requests found
# #
# $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. # This line is needed on some machines.
...@@ -205,14 +205,14 @@ force : ...@@ -205,14 +205,14 @@ force :
# install # install
install: module_objects pike hilfe pike-module aclocal install: pike hilfe pike-module aclocal
@exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \ @exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \
TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \
SRCDIR="$(SRCDIR)" prefix="$(prefix)" MANDIR_SRC="$(MANDIR_SRC)" \ SRCDIR="$(SRCDIR)" prefix="$(prefix)" MANDIR_SRC="$(MANDIR_SRC)" \
man_prefix="$(man_prefix)" \ man_prefix="$(man_prefix)" \
$(RUNPIKE) $(TMP_BINDIR)/install.pike $(RUNPIKE) $(TMP_BINDIR)/install.pike
old-install: module_objects pike hilfe pike-module aclocal old-install: pike hilfe pike-module aclocal
@echo @echo
@echo Installing Pike... @echo Installing Pike...
@echo @echo
...@@ -583,6 +583,7 @@ modules/dynamic_module_makefile: $(SRCDIR)/@dmmsrc@ config.status ...@@ -583,6 +583,7 @@ modules/dynamic_module_makefile: $(SRCDIR)/@dmmsrc@ config.status
Makefile: $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies config.status Makefile: $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies config.status
CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status
touch remake
@echo "Run make again" @echo "Run make again"
@exit 1 @exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment