diff --git a/Makefile b/Makefile index 1fc60ee..f798cd2 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ FORCE: config.global: config.global.example @ [ ! -e "$@" ] \ + || cmp --silent "$<" "$@" \ && cp -p "$<" "$@" \ && touch "$<" \ && $(EDITOR) "$@" \