projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c00ba3a
)
DynaLoader doesn't build properly when $(DLSRC) changes
Gurusamy Sarathy [Fri, 17 Dec 1999 07:12:53 +0000 (07:12 +0000)]
(fix suggested by Hans Mulder)
p4raw-id: //depot/perl@4691
ext/DynaLoader/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/DynaLoader/Makefile.PL
b/ext/DynaLoader/Makefile.PL
index
fa01c35
..
e4493b4
100644
(file)
--- 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.