From: fred Date: Sun, 24 Mar 2002 19:44:58 +0000 (+0000) Subject: lilypond-0.0.67 X-Git-Tag: release/1.5.59~4634 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=138ff16dd45f998e0839580bdc813d79a728eff1;p=lilypond.git lilypond-0.0.67 --- diff --git a/make/Files.make b/make/Files.make index 476aa2b462..ee10f99371 100644 --- a/make/Files.make +++ b/make/Files.make @@ -32,4 +32,4 @@ DEPFILES = $(wildcard $(depdir)/*.dep) build = $(outdir)/.build -all-tag-sources=$(CCFILES) $(HHFILES) +all-tag-sources=$(CCFILES) $(HHFILES) $(TCCFILES) diff --git a/mi2mu/main.cc b/mi2mu/main.cc index 43951e41c2..f447a181db 100644 --- a/mi2mu/main.cc +++ b/mi2mu/main.cc @@ -77,7 +77,7 @@ int main( int argc_i, char* argv_sz_a[] ) { Long_option_init long_option_init_a[] = { - {0, "be-blonde", 'b'}, + {0, "no-quantify", 'b'}, {0, "debug", 'd'}, {0, "help", 'h'}, {0, "no-silly", 'n'},