[project @ 2002-09-30 10:34:04 by simonmar]
authorsimonmar <unknown>
Mon, 30 Sep 2002 10:34:04 +0000 (10:34 +0000)
committersimonmar <unknown>
Mon, 30 Sep 2002 10:34:04 +0000 (10:34 +0000)
wibble in dist-manifest rule (writing to MANIFEST.tmp isn't necessary
and may hide errors)

Makefile

index 8bebfbf..a5e9b32 100644 (file)
--- 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/\.\///' > MANIFEST.tmp ; mv MANIFEST.tmp MANIFEST
+       cd $(SRC_DIST_DIR); $(FIND) . \( -type l -o -type f \) -exec ls -lLG {} \; | sed -e 's/\.\///' > MANIFEST
 
 dist-package :: dist-package-tar-gz