pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-13
1998-04-13 14:15:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b66f02f389595dc396f432afa2fbf2a84370adbf (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added support for rebuilding the modules/ Makefile.
Rev: src/Makefile.in:1.74
1:
#
-
# $Id: Makefile.in,v 1.
73
1998/04/
10
04
:
36
:
52
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
74
1998/04/
13
14
:
15
:
25
grubba
Exp $
# # This line is needed on some machines.
396:
# Pike internal targets # module_objects: machine.h global.h modules/static_module_makefile modules/dynamic_module_makefile $(SRCDIR)/language.h lib
-
( cd modules ; ${MAKE} $(MAKE_FLAGS) )
+
@
( cd modules ;
rm remake >/dev/null 2>&1 || : ; \
+
${MAKE} $(MAKE_FLAGS)
|| \
+
( test -f remake && ${MAKE} $(MAKE_FLAGS
)
) ) || exit $$?
language.o: $(SRCDIR)/language.c $(SRCDIR)/object.h $(SRCDIR)/interpret.h $(SRCDIR)/program.h