diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-08-17 00:27:33 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-17 00:27:33 +0000 |
commit | 485894a1e3cb3873ba7373c744a8b6231190fbf8 (patch) | |
tree | c09829063c9811df0958a65ec7bede946c65c014 /ext | |
parent | 3f46c5a680add71a59e98e23e39ddf15f24fffcb (diff) | |
download | perl-485894a1e3cb3873ba7373c744a8b6231190fbf8.tar.gz |
ext/B/defsubs.h also depends on the program that builds it
p4raw-id: //depot/perl@17724
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/Makefile.PL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL index d39d3b5f9c..f38adb0ef8 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) -" +" } |