Skip to content
Snippets Groups Projects
Commit d8501b37 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now touches lib to keep from copying it again and again.

Rev: src/Makefile.in:1.19
parent a5821552
No related branches found
No related tags found
No related merge requests found
......@@ -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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment