binary-dist: remove comment from the middle of a shell command
authorSimon Marlow <simonmar@microsoft.com>
Tue, 21 Aug 2007 14:46:41 +0000 (14:46 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 21 Aug 2007 14:46:41 +0000 (14:46 +0000)
This appears to cause trouble in at least some shells

libraries/Makefile

index f51f3c2..56c3f64 100644 (file)
@@ -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 && \