Bad makefile.
Jarkko Hietaniemi [Wed, 23 Aug 2000 15:28:11 +0000 (15:28 +0000)]
p4raw-id: //depot/perl@6786

ext/B/Makefile.PL

index 8da9c0a..dcf6a1d 100644 (file)
@@ -43,6 +43,6 @@ sub MY::postamble {
 B\$(OBJ_EXT) : defsubs.h              
 
 defsubs.h :: $op_h $cop_h                     
-        $noecho \$(NOOP)
+       $noecho \$(NOOP)
 " 
 }