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

Now rebuilds pike again if $(POBJS) aren't up to date.

Rev: src/Makefile.in:1.169
parent dc19e736
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile.in,v 1.168 1999/11/24 06:11:32 mast Exp $ # $Id: Makefile.in,v 1.169 1999/11/24 19:01:18 grubba Exp $
# #
# This line is needed on some machines. # This line is needed on some machines.
...@@ -204,7 +204,9 @@ tpike: ...@@ -204,7 +204,9 @@ tpike:
# up-to-date first. So if the $(POBJ)s, which depend on tpike, trigs # up-to-date first. So if the $(POBJ)s, which depend on tpike, trigs
# the recursive make of tpike-real above, that one will never start to # the recursive make of tpike-real above, that one will never start to
# make the $(OBJ)s concurrently with this one. # make the $(OBJ)s concurrently with this one.
pike: $(OBJ) modules/linker_options # The force is needed, since otherwise pike won't be rebuilt if
# only $(POBJ) needs to be rebuilt.
pike: $(OBJ) modules/linker_options force
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) $(POBJ) $(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) $(POBJ)
-@if [ -f pike.old ] ; then rm -f pike.old || : ; else : ; fi -@if [ -f pike.old ] ; then rm -f pike.old || : ; else : ; fi
-@if [ -f pike.old.exe ] ; then rm -f pike.old.exe || : ; else : ; fi -@if [ -f pike.old.exe ] ; then rm -f pike.old.exe || : ; else : ; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment