pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-07-04
2006-07-04 23:09:40 by Martin Stjernholm <mast@lysator.liu.se>
ee731248eefbbdde471640c027fbed24438bd992 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed deps for propagated_variables.
Rev: src/Makefile.in:1.431
1:
#
-
# $Id: Makefile.in,v 1.
430
2006/07/
01
23:
43
:
21
mast Exp $
+
# $Id: Makefile.in,v 1.
431
2006/07/
04
23:
09
:
40
mast Exp $
# # This line is needed on some machines.
190:
precompile.sh-stamp \ modules/static_module_makefile \ modules/dynamic_module_makefile \
+
propagated_variables \
$(SRCDIR)/language.h \ $(SRCDIR)/interpret_protos.h \ lib @EXTRA_MODULE_REQUIREMENTS@
1189:
config.status: $(SRCDIR)/configure $(SRCDIR)/make_variables.in ./config.status --recheck
+
propagated_variables: $(SRCDIR)/configure $(SRCDIR)/make_variables.in
+
./config.status --recheck
+
@test -f propagated_variables && touch propagated_variables
+
modules/common_module_makefile: $(SRCDIR)/modules/common_module_makefile.in config.status -@(while :; do \ echo foo > cfl.common_module_makefile; test "`echo cfl.*`" = cfl.common_module_makefile && break; \