pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-11
1999-11-11 17:50:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5952a413bca35662fe9ad7dda0fc35f7cb627ec1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
The depend target now specifies the option -MG to gcc.
Rev: src/Makefile.in:1.166
1:
#
-
# $Id: Makefile.in,v 1.
165
1999/11/11
14
:
09
:
06
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
166
1999/11/11
17
:
50
:
59
grubba
Exp $
# # This line is needed on some machines.
453:
# make dependencies depend: $(SRCDIR)/language.c
-
gcc -MM $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
+
gcc -MM
-MG
$(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
( cd modules ; $(MAKE) $(MAKE_FLAGS) depend ) $(SRCDIR)/configure @ac_configure_args@