From ccb0755c75bf07257d18ee9dc0968521deb2f706 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 8 Sep 2008 12:16:33 +0200 Subject: [PATCH] Remove the unused MV macro from the Makefile. --- ChangeLog | 4 ++++ Makefile | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3edbae9cb..46dc12be8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-08 Carsten Dominik + + * Makefile: Remove the unused MV macro. + 2008-06-09 Carsten Dominik * Makefile: Allow prefix to be set on the command line. diff --git a/Makefile b/Makefile index e4208eefa..4523b6775 100644 --- a/Makefile +++ b/Makefile @@ -49,10 +49,7 @@ MAKEINFO = makeinfo # How to create the HTML file TEXI2HTML = makeinfo --html --number-sections -# How to move the byte compiled files to their destination. -MV = mv - -# How to copy the lisp files to their distination. +# How to copy the lisp files and elc files to their distination. CP = cp -p ##----------------------------------------------------------------------