This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak the dependencies not to recompile everytime,
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 31 Dec 2001 14:44:03 +0000 (14:44 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 31 Dec 2001 14:44:03 +0000 (14:44 +0000)
as suggested by NI-S.

p4raw-id: //depot/perl@13981

ext/Devel/PPPort/Makefile.PL

index dd49a8f..b7fb31c 100644 (file)
@@ -20,9 +20,9 @@ sub MY::postamble {
     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