develooper Front page | perl.vmsperl | Postings from January 2002

[PATCH] Devel::PPPort Makfile.PL fixes

Thread Next
From:
Craig A. Berry
Date:
January 1, 2002 15:52
Subject:
[PATCH] Devel::PPPort Makfile.PL fixes
Message ID:
5.1.0.14.2.20020101171703.06b69a90@mail.mac.com
As far as I can tell, the OBJ_EXT macro already includes the dot on all 
platforms.  The "-" prefixing the touch command renders it invalid on VMS; 
does that have meaning somewhere or was that just a typo?

--- ext/Devel/PPPort/Makefile.PL;-0     Mon Dec 31 09:40:54 2001
+++ ext/Devel/PPPort/Makefile.PL        Mon Dec 31 18:57:04 2001
@@ -22,8 +22,8 @@
 ppport.h:      ppport_h.PL
        \$(PERL) "-I\$(PERL_ARCHLIB)" "-I\$(PERL_LIB)" ppport_h.PL
 
-PPPort.xs module2.\$(OBJ_EXT) module3.\$(OBJ_EXT) : ppport.h
-       -\$(TOUCH) \$@
+PPPort.xs module2\$(OBJ_EXT) module3\$(OBJ_EXT) : ppport.h
+       \$(TOUCH) \$@
 
 EOM
  
[end]


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About