use macros for deleting makefile
Graham Knop [Thu, 3 Dec 2015 06:10:54 +0000 (01:10 -0500)]
lib/Distar.pm

index 6cc4827..954f412 100644 (file)
@@ -152,7 +152,7 @@ nextrelease:
        GIT_DIFF_OPTS=-u`$(ABSPERLRUN) Distar/helpers/changelog-context $(VERSION) Changes` git add -p Changes
 refresh:
        cd Distar && git pull
-       rm Makefile
+       $(RM_F) $(FIRST_MAKEFILE)
        $(REMAKE)
 END