From d8501b3730dca6896488a04a05a06a4287ce9a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 12 Mar 1997 01:21:37 +0100 Subject: [PATCH] Now touches lib to keep from copying it again and again. Rev: src/Makefile.in:1.19 --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index a59b373a27..3fa2a7057e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -198,8 +198,9 @@ gdb_verify: testsuite run_hilfe: $(RUNPIKE) $(TMP_BINDIR)/hilfe -lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike +lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike $(LIBDIR_SRC)/modules $(LIBDIR_SRC)/include cp -r $(LIBDIR_SRC) . + touch ./lib # make export archive (requires compiled Pike) # Do not compile in source tree if you want to use this! -- GitLab