Prechádzať zdrojové kódy

Remove the unused MV macro from the Makefile.

Carsten Dominik 16 rokov pred
rodič
commit
ccb0755c75
2 zmenil súbory, kde vykonal 5 pridanie a 4 odobranie
  1. 4 0
      ChangeLog
  2. 1 4
      Makefile

+ 4 - 0
ChangeLog

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

+ 1 - 4
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
 
 ##----------------------------------------------------------------------