From: Graham Knop Date: Thu, 3 Dec 2015 06:10:54 +0000 (-0500) Subject: use macros for deleting makefile X-Git-Tag: v0.003000~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9f66489a0c3385f27be2f22b4718e73c09afafb;hp=25f4abaf097de92215c2a67f927e5075663743e6;p=p5sagit%2FDistar.git use macros for deleting makefile --- diff --git a/lib/Distar.pm b/lib/Distar.pm index 6cc4827..954f412 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -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