# New Ticket Created by  Kevin Falcone 
# Please include the string:  [perl #17009]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17009 >



If you start with a clean parrot tree and try to run 'make shared' it
will die because include/parrot/vtable.h hasn't been generated yet.
This fixes that.

-kevin

RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.34
diff -u -p -r1.34 root.in
--- config/gen/makefiles/root.in        4 Sep 2002 04:17:50 -0000       1.34
+++ config/gen/makefiles/root.in        4 Sep 2002 22:42:50 -0000
@@ -186,7 +186,7 @@ blib :
 blib/lib : blib
        -mkdir blib${slash}lib
 
-shared : blib/lib blib/lib/libparrot$(SO) ${blib_lib_libparrot_a} $(TEST_PROG_SO)
+shared : $(GEN_HEADERS) blib/lib blib/lib/libparrot$(SO) ${blib_lib_libparrot_a} 
+$(TEST_PROG_SO)
 
 # XXX Unix-only for now
 blib/lib/libparrot$(A) : blib/lib $(O_DIRS) $(O_FILES)


-- 
"The Windows Perl motto: It's just as well there's more than one
way to do it because most of them don't work." -- Simon Cozens


Reply via email to