Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
[p5sagit/p5-mst-13.2.git] / ext / DynaLoader / Makefile.PL
index e4493b4..83cbd77 100644 (file)
@@ -12,7 +12,9 @@ WriteMakefile(
                    'XSLoader_pm.PL'=>'XSLoader.pm'},
     PM         => {'DynaLoader.pm' => '$(INST_LIBDIR)/DynaLoader.pm',
                    'XSLoader.pm' => '$(INST_LIBDIR)/XSLoader.pm'},
-    clean      => {FILES => 'DynaLoader.c DynaLoader.xs DynaLoader.pm'},
+    depend      => {'DynaLoader.o' => 'dlutils.c'},
+    clean      => {FILES => 'DynaLoader.c DynaLoader.xs DynaLoader.pm ' .
+                            'XSLoader.pm'},
 );
 
 sub MY::postamble {