]> git.lizzy.rs Git - rust.git/commitdiff
mk: Use 'find' invocation that works on mac
authorBrian Anderson <banderson@mozilla.com>
Thu, 27 Mar 2014 03:53:57 +0000 (20:53 -0700)
committerBrian Anderson <banderson@mozilla.com>
Thu, 27 Mar 2014 04:28:56 +0000 (21:28 -0700)
mk/dist.mk

index 92990767d084a792c1316f907afb3a30ec535fe9..cd6aedc6e89921fbb4f44ba6cc1c1d6b88e07dd0 100644 (file)
@@ -199,7 +199,7 @@ dist-install-dir-$(1): PREPARE_LIB_CMD=$(DEFAULT_PREPARE_LIB_CMD)
 dist-install-dir-$(1): PREPARE_MAN_CMD=$(DEFAULT_PREPARE_MAN_CMD)
 dist-install-dir-$(1): PREPARE_CLEAN=true
 dist-install-dir-$(1): prepare-base-dir-$(1)
-       $$(Q)(cd $$(PREPARE_DEST_DIR)/ && find -type f | sed 's/^\.\///') \
+       $$(Q)(cd $$(PREPARE_DEST_DIR)/ && find -type f | sed 's/^\.\///') \
       > tmp/dist/manifest-$(1).in
        $$(Q)mv tmp/dist/manifest-$(1).in $$(PREPARE_DEST_DIR)/$$(CFG_LIBDIR_RELATIVE)/rustlib/manifest.in
 # Add remaining non-installed files