Skip to content
Snippets Groups Projects
Commit b66f02f3 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added support for rebuilding the modules/ Makefile.

Rev: src/Makefile.in:1.74
parent e0212b2a
No related branches found
No related tags found
No related merge requests found
#
# $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,7 +396,9 @@ lobotomize_crypto:
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment