From baddf20e78a9f2a01d339a5988dd6c100679de7e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 14 May 2009 23:41:50 +0000 Subject: [PATCH] curly-braces globbing in makefile isn't working on this machine for whatever reason --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77013c411..39cffa7f4 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ tag: @rm -f TAGS; hasktags -e *hs Ledger/*hs clean: - rm -f {,Ledger/}*{.o,.hi,~} darcs-amend-record* + rm -f `find -name "*.o" -o -name "*.hi" -o -name "*~" -o -name "darcs-amend-record*"` Clean: clean clean-docs rm -f hledger TAGS tags