Remove the unused MV macro from the Makefile.

This commit is contained in:
Carsten Dominik 2008-09-08 12:16:33 +02:00
parent 3f1062a15d
commit ccb0755c75
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2008-09-08 Carsten Dominik <dominik@science.uva.nl>
* Makefile: Remove the unused MV macro.
2008-06-09 Carsten Dominik <dominik@science.uva.nl>
* Makefile: Allow prefix to be set on the command line.

View File

@ -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
##----------------------------------------------------------------------