pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-26
2000-02-26 03:08:49 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
679cb59cb24fd5a75976294ea673a4402b960c99 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
make depend should now work on post_modules (I hope)
Rev: src/Makefile.in:1.179
1:
#
-
# $Id: Makefile.in,v 1.
178
2000/02/
22
16
:
46
:
25
hubbe Exp $
+
# $Id: Makefile.in,v 1.
179
2000/02/
26
03
:
08
:
49
hubbe Exp $
# # This line is needed on some machines.
482:
depend: $(SRCDIR)/language.c gcc -MM -MG $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR) ( cd modules && $(MAKE) $(MAKE_FLAGS) depend )
+
( cd post_modules && $(MAKE) $(MAKE_FLAGS) depend )
$(SRCDIR)/configure @ac_configure_args@ # Documentation...