cvsuser 03/08/15 06:41:29
Modified: config/auto jit.pl
config/gen/makefiles root.in
Log:
Move dependence of $(INC)/exec_dep.h to ${exec_h}.
Allowing parrot to compile again on Alpha/MIPS/sun4.
Bug reported by lbr at #parrot.
Revision Changes Path
1.22 +1 -1 parrot/config/auto/jit.pl
Index: jit.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/jit.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -w -r1.21 -r1.22
--- jit.pl 13 Aug 2003 12:52:46 -0000 1.21
+++ jit.pl 15 Aug 2003 13:41:28 -0000 1.22
@@ -114,7 +114,7 @@
$execcapable = $set_execcapable if defined $set_execcapable;
if ($execcapable) {
Configure::Data->set(
- exec_h => '$(INC)/jit.h $(INC)/exec.h $(INC)/exec_save.h',
+ exec_h => '$(INC)/jit.h $(INC)/exec.h $(INC)/exec_dep.h
$(INC)/exec_save.h',
exec_o => 'exec$(O) exec_cpu$(O) exec_save$(O)',
execcapable => 1
);
1.108 +3 -3 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -w -r1.107 -r1.108
--- root.in 15 Aug 2003 11:50:41 -0000 1.107
+++ root.in 15 Aug 2003 13:41:29 -0000 1.108
@@ -385,11 +385,11 @@
jit_cpu$(O): $(GENERAL_H_FILES) ${jit_h} $(INC)/jit_emit.h
-exec$(O) : $(GENERAL_H_FILES) ${exec_h} $(INC)/exec_dep.h ${jit_h} $(INC)/jit_emit.h
+exec$(O) : $(GENERAL_H_FILES) ${exec_h} ${jit_h} $(INC)/jit_emit.h
-exec_cpu$(O): $(GENERAL_H_FILES) ${exec_h} $(INC)/exec_dep.h ${jit_h}
$(INC)/jit_emit.h
+exec_cpu$(O): $(GENERAL_H_FILES) ${exec_h} ${jit_h} $(INC)/jit_emit.h
-exec_start$(O) : $(GENERAL_H_FILES) ${exec_h} $(INC)/exec_dep.h
+exec_start$(O) : $(GENERAL_H_FILES) ${exec_h}
exec_save$(O) : $(GENERAL_H_FILES) ${exec_h}