Remove the unused MV macro from the Makefile.
This commit is contained in:
parent
3f1062a15d
commit
ccb0755c75
|
@ -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.
|
||||
|
|
5
Makefile
5
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
|
||||
|
||||
##----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue