Branch: Tag:

2002-01-28

2002-01-28 17:43:20 by Martin Stjernholm <mast@lysator.liu.se>

Depend on precompile.pike in the proper place. (I wonder why this hasn't
bugged out earlier..)

Rev: src/Makefile.in:1.283
Rev: src/modules/dynamic_module_makefile.in:1.82
Rev: src/modules/static_module_makefile.in:1.73

1:   # - # $Id: Makefile.in,v 1.282 2002/01/27 00:53:58 mast Exp $ + # $Id: Makefile.in,v 1.283 2002/01/28 17:43:18 mast Exp $   #      # This line is needed on some machines.
349:   # The .c file will not be created in the SOURCE directory otherwise.   # -Hubbe   # - .cmod.c: precompile.sh-stamp precompile.pike + .cmod.c: precompile.sh-stamp $(TMP_BINDIR)/precompile.pike    ./precompile.sh precompile.pike >"$@" "$<" || { rm "$@"; exit 1; }      # This rule is used for some header files that are generated from the