From: Hugo van der Sanden Date: Sat, 17 Aug 2002 00:27:33 +0000 (+0000) Subject: ext/B/defsubs.h also depends on the program that builds it X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=485894a1e3cb3873ba7373c744a8b6231190fbf8;p=p5sagit%2Fp5-mst-13.2.git ext/B/defsubs.h also depends on the program that builds it p4raw-id: //depot/perl@17724 --- diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL index d39d3b5..f38adb0 100644 --- a/ext/B/Makefile.PL +++ b/ext/B/Makefile.PL @@ -28,7 +28,7 @@ package MY; sub post_constants { "\nLIBS = $Config::Config{libs}\n" -} +} sub upupfile { File::Spec->catfile(File::Spec->updir, @@ -40,9 +40,9 @@ sub MY::postamble { my $cop_h = upupfile('cop.h'); my $noecho = shift->{NOECHO}; " -B\$(OBJ_EXT) : defsubs.h +B\$(OBJ_EXT) : defsubs.h -defsubs.h :: $op_h $cop_h +defsubs.h :: $op_h $cop_h defsubs_h.PL $noecho \$(NOOP) -" +" }