From 2b9696a50d35ce79b64869d4cd0308363476b156 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 21 Aug 2007 14:46:41 +0000 Subject: [PATCH] binary-dist: remove comment from the middle of a shell command This appears to cause trouble in at least some shells --- libraries/Makefile | 1 - 1 file changed, 1 deletion(-) 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 && \ -- 1.7.10.4