From: Simon Marlow Date: Tue, 21 Aug 2007 14:46:41 +0000 (+0000) Subject: binary-dist: remove comment from the middle of a shell command X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2b9696a50d35ce79b64869d4cd0308363476b156 binary-dist: remove comment from the middle of a shell command This appears to cause trouble in at least some shells --- diff --git a/libraries/Makefile b/libraries/Makefile index f51f3c2..56c3f64 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -348,7 +348,6 @@ binary-dist.library.%: cd $* && \ cp $*.cabal $(BIN_DIST_LIBDIR)/$* && \ cp -a dist $(BIN_DIST_LIBDIR)/$* && \ - # Euch \ (cp -aL include $(BIN_DIST_LIBDIR)/$* || :) && \ $(FIND) $(BIN_DIST_LIBDIR)/$*/dist \ \( -name "*_split" -o -name "autogen" \) | xargs rm -rf && \