From: Nicholas Clark Date: Fri, 15 Oct 2004 11:01:18 +0000 (+0000) Subject: Include opmini.c in the dependency generation. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c015c5e45f866671c406f740a09e67f5544ed21c;p=p5sagit%2Fp5-mst-13.2.git Include opmini.c in the dependency generation. p4raw-id: //depot/perl@23370 --- diff --git a/Makefile.SH b/Makefile.SH index 3e66a5d..4fb2c50 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -337,7 +337,7 @@ c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c xsutils.c pad.c c4 = globals.c perlio.c perlapi.c numeric.c locale.c pp_pack.c pp_sort.c -c = $(c1) $(c2) $(c3) $(c4) miniperlmain.c perlmain.c +c = $(c1) $(c2) $(c3) $(c4) miniperlmain.c perlmain.c opmini.c obj1 = $(mallocobj) gv$(OBJ_EXT) toke$(OBJ_EXT) perly$(OBJ_EXT) op$(OBJ_EXT) pad$(OBJ_EXT) regcomp$(OBJ_EXT) dump$(OBJ_EXT) util$(OBJ_EXT) mg$(OBJ_EXT) reentr$(OBJ_EXT) obj2 = hv$(OBJ_EXT) av$(OBJ_EXT) run$(OBJ_EXT) pp_hot$(OBJ_EXT) sv$(OBJ_EXT) pp$(OBJ_EXT) scope$(OBJ_EXT) pp_ctl$(OBJ_EXT) pp_sys$(OBJ_EXT) @@ -390,11 +390,12 @@ $spitshell >>Makefile <>Makefile <<'!NO!SUBS!'