diff --git a/Makefile b/Makefile index 9c8986f267030db202475c1b082ddeaa0a8c1e70..767988abc2898f64f543eead4a4688dae114ff0a 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ edit = sed -e "s|@pkgdatadir[@]|$(DESTDIR)$(PREFIX)/share/devtools|g" %: %.in Makefile lib/common.sh @echo "GEN $@" + @$(RM) "$@" @m4 -P $@.in | $(edit) >$@ @chmod a-w "$@" @chmod +x "$@"