pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-30
2001-01-30 21:06:17 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
2a37fcccd9ea4bd7d3c9fd7e05117c224cd2addf (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/Makefile.in:1.244
1:
#
-
# $Id: Makefile.in,v 1.
243
2001/01/
27
18
:
19
:
29
grubba
Exp $
+
# $Id: Makefile.in,v 1.
244
2001/01/
30
21
:
06
:
17
hubbe
Exp $
# # This line is needed on some machines.
587:
(EXITCODE=$$?; rm cfl.$@; exit $$EXITCODE) -@rm cfl.$@ @for d in modules post_modules; do \
-
( cd
modules
&& { \
+
( cd
$$d
&& { \
rm -f remake; \ $(MAKE) $(MAKE_FLAGS) depend || \ { test -f remake && $(MAKE) $(MAKE_FLAGS) depend; }; \