summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-17 07:12:53 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-17 07:12:53 +0000
commita03832f2354441435f686c66145cd061e3916af3 (patch)
tree771c76a2740706383db6cba7c0ba4898c692dc81 /ext
parentc00ba3a6e1534bfc7c2e6c9767649c95011bb896 (diff)
downloadperl-a03832f2354441435f686c66145cd061e3916af3.tar.gz
DynaLoader doesn't build properly when $(DLSRC) changes
(fix suggested by Hans Mulder) p4raw-id: //depot/perl@4691
Diffstat (limited to 'ext')
-rw-r--r--ext/DynaLoader/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/DynaLoader/Makefile.PL b/ext/DynaLoader/Makefile.PL
index fa01c355a3..e4493b4332 100644
--- a/ext/DynaLoader/Makefile.PL
+++ b/ext/DynaLoader/Makefile.PL
@@ -18,6 +18,7 @@ WriteMakefile(
sub MY::postamble {
'
DynaLoader.xs: $(DLSRC)
+ $(RM_F) $@
$(CP) $? $@
# Perform very simple tests just to check for major gaffs.