pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-03-01
2006-03-01 00:13:55 by Martin Nilsson <mani@lysator.liu.se>
3570458860d2030dc46720cf470638e9c0fa9b65 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added MODULE_REQUIREMENTS dependency on post_module_objects
Rev: src/Makefile.in:1.416
1:
#
-
# $Id: Makefile.in,v 1.
415
2006/
02
/
27
12
:
33
:55
mast
Exp $
+
# $Id: Makefile.in,v 1.
416
2006/
03
/
01
00
:
13
:55
nilsson
Exp $
# # This line is needed on some machines.
228:
# Backward compat. post_modules: post_module_objects
-
post_module_objects: tpike
+
post_module_objects:
$(MODULE_REQUIREMENTS)
tpike
@( cd post_modules ; rm remake >/dev/null 2>&1 || : ; \ $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) || exit $$?