cvsuser 02/05/30 11:03:17
Modified: config/gen/makefiles root.in
Log:
Following patch adds dependencies entry for hash.c to Makefile.
Stops things from getting very confusing when changing layout of String and/or
Buffer structs!
Courtesy of: Peter Gibbs <[EMAIL PROTECTED]>
Revision Changes Path
1.3 +2 -0 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /home/perlcvs/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- root.in 24 May 2002 16:34:19 -0000 1.2
+++ root.in 30 May 2002 18:03:16 -0000 1.3
@@ -292,6 +292,8 @@
pmc$(O) : $(GENERAL_H_FILES)
+hash$(O) : $(GENERAL_H_FILES)
+
jit$(O) : $(GENERAL_H_FILES)
jit_cpu$(O): $(GENERAL_H_FILES) $(INC)/jit_emit.h