Change 13981 by jhi@alpha on 2001/12/31 14:44:03
Tweak the dependencies not to recompile everytime,
as suggested by NI-S.
Affected files ...
.... //depot/perl/ext/Devel/PPPort/Makefile.PL#6 edit
Differences ...
==== //depot/perl/ext/Devel/PPPort/Makefile.PL#6 (text) ====
Index: perl/ext/Devel/PPPort/Makefile.PL
--- perl/ext/Devel/PPPort/Makefile.PL.~1~ Mon Dec 31 08:00:06 2001
+++ perl/ext/Devel/PPPort/Makefile.PL Mon Dec 31 08:00:06 2001
@@ -20,9 +20,9 @@
my $retval = <<"EOM";
ppport.h: ppport_h.PL
- \$(PERL) "-I\$(PERL_ARCHLIB)" "-I\$(PERL_LIB)" ppport_h.PL > ppport.h
+ \$(PERL) "-I\$(PERL_ARCHLIB)" "-I\$(PERL_LIB)" ppport_h.PL
-PPPort.xs module2.c module3.c : ppport.h
+PPPort.xs module2.\$(OBJ_EXT) module3.\$(OBJ_EXT) : ppport.h
-\$(TOUCH) \$@
EOM
End of Patch.