pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-08-04
2006-08-04 14:26:00 by Martin Stjernholm <mast@lysator.liu.se>
fc7d795562e1e626522f5ed6bd89fdb6c5ff9233 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Added some deps for the sake of completeness.
Rev: src/Makefile.in:1.451
1:
#
-
# $Id: Makefile.in,v 1.
450
2006/08/04 14:
11
:
38
mast Exp $
+
# $Id: Makefile.in,v 1.
451
2006/08/04 14:
26
:
00
mast Exp $
# # This line is needed on some machines.
1144:
# Backward compat. post_modules: post_module_objects
-
post_module_objects: $(MODULE_REQUIREMENTS) post-module-pike-complete-stamp
+
post_module_objects: $(MODULE_REQUIREMENTS) post-module-pike-complete-stamp
@LDSHARED_BASE_REQS@
@MODULE_BUILD_TYPE=@POST_MODULE_BUILD_TYPE@; \ export MODULE_BUILD_TYPE; \ ( cd post_modules && ( rm remake >/dev/null 2>&1 || : ) && \
1153:
) || exit $$? @touch post-modules-stamp
-
post-modules-stamp: $(MODULE_REQUIREMENTS) post-module-pike-complete-stamp
+
post-modules-stamp: $(MODULE_REQUIREMENTS) post-module-pike-complete-stamp
@LDSHARED_BASE_REQS@
@MODULE_BUILD_TYPE=@POST_MODULE_BUILD_TYPE@; \ export MODULE_BUILD_TYPE; \ ( cd post_modules && ( rm remake >/dev/null 2>&1 || : ) && \