]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
* emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
[gnu-emacs] / Makefile.in
index 55a76cbba6d6af55b174744971f2a73fe171838d..4095976d7f9d59fe171c0583fe5c614d421e7c30 100644 (file)
@@ -403,7 +403,7 @@ $(srcdir)/src/stamp-h.in: $(AUTOCONF_INPUTS)
 install: all install-arch-indep install-arch-dep install-leim blessmail
        @true
 
-MV_DIRS = for i in $$dir; do rm -fr $$(basename "$$i") ; mv "$$i" . ; done
+MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
 
 ### Install the executables that were compiled specifically for this machine.
 ### It would be nice to do something for a parallel make