# New Ticket Created by "Peter Gibbs" # Please include the string: [netlabs #628] # in the subject line of all future correspondence about this issue. # <URL: http://bugs6.perl.org/rt2/Ticket/Display.html?id=628 >
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! -- Peter Gibbs EmKel Systems Index: config/gen/makefiles/root.in =================================================================== RCS file: /home/perlcvs/parrot/config/gen/makefiles/root.in,v retrieving revision 1.2 diff -u -r1.2 root.in --- config/gen/makefiles/root.in 24 May 2002 16:34:19 -0000 1.2 +++ config/gen/makefiles/root.in 27 May 2002 10:23:12 -0000 @@ -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