curly-braces globbing in makefile isn't working on this machine for whatever reason

This commit is contained in:
Simon Michael 2009-05-14 23:41:50 +00:00
parent 7c0421ec5e
commit baddf20e78

View File

@ -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