Branch: Tag:

2000-04-10

2000-04-10 21:34:26 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

export is now the same as full_export

Rev: src/Makefile.in:1.187

1:   # - # $Id: Makefile.in,v 1.186 2000/04/03 06:18:50 hubbe Exp $ + # $Id: Makefile.in,v 1.187 2000/04/10 21:34:26 hubbe Exp $   #      # This line is needed on some machines.
425:   # Do not compile in source tree if you want to use this!   # Beware that export archive this includes bison/yacc/byacc source   # and thus has to follow the rules stated in that code. - export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend -  chmod +x $(SRCDIR)/install-sh -  $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" Oracle rsql.pike rsqld.pike _Crypto +       full_export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend    chmod +x $(SRCDIR)/install-sh    $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)"    -  + export: full_export +    all_exports: full_export    ( cd .. && $(TMP_BINDIR)/makedists )