Skip to content
Snippets Groups Projects
Commit 163a74bb authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

target for binary distribution added

Rev: src/Makefile.in:1.48
parent d5803702
No related branches found
No related tags found
No related merge requests found
...@@ -251,6 +251,10 @@ full_export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend ...@@ -251,6 +251,10 @@ full_export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend
chmod +x $(SRCDIR)/install-sh chmod +x $(SRCDIR)/install-sh
$(RUNPIKE) $(TMP_BINDIR)/export.pike $(RUNPIKE) $(TMP_BINDIR)/export.pike
bin_export:
PATH=$(TMP_BINDIR)/fakes:$$PATH INSTALL_LOG=`pwd`/log make install INSTALL=install
$(RUNPIKE) $(TMP_BINDIR)/parse_install_log <log $(SRCDIR) $(prefix)
new_peep_engine: new_peep_engine:
$(RUNPIKE) $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c $(RUNPIKE) $(TMP_BINDIR)/mkpeep.pike $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment