From: rrt Date: Wed, 14 Mar 2001 10:14:13 +0000 (+0000) Subject: [project @ 2001-03-14 10:14:13 by rrt] X-Git-Tag: Approximately_9120_patches~2417 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=55daa6959f26eeec81b10669bece8ce30c9c5b5e;p=ghc-hetmet.git [project @ 2001-03-14 10:14:13 by rrt] Don't use /tmp. --- diff --git a/Makefile b/Makefile index 1a6c7f5..97521af 100644 --- a/Makefile +++ b/Makefile @@ -275,7 +275,7 @@ dist :: # Automatic generation of a MANIFEST file for a source distribution # tree that is ready to go. dist-manifest :: - cd $(SRC_DIST_DIR); $(FIND) . \( -type l -o -type f \) -exec ls -lLG {} \; | sed -e 's/\.\///' > /tmp/MANIFEST ; mv /tmp/MANIFEST MANIFEST + cd $(SRC_DIST_DIR); $(FIND) . \( -type l -o -type f \) -exec ls -lLG {} \; | sed -e 's/\.\///' > MANIFEST.tmp ; mv MANIFEST.tmp MANIFEST dist-package :: dist-package-tar-gz