X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=a5e9b323f665746417d4ae8a4dd33dabc5bacefc;hb=4662830a3d3367953194d7d04a91d5f07352212f;hp=8bebfbf1536c76b89215c176bcd6bede70309960;hpb=be1e55ec3bb9bc97720ab1627fcb52e0e6de655f;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 8bebfbf..a5e9b32 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/\.\///' > 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