X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugin_config;h=b05f26d32aff2f7c3bb52755ee124e66bdcd5d60;hb=1baa507d5e5bff7918b9b579f018fd74636797fe;hp=de6cb9fcce705424c6ef08cf7bc742ec013b5ac4;hpb=15df6cbff7373d232ae0b8dcaecd9aa51ff5c388;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugin_config b/cinelerra-5.1/plugin_config index de6cb9fc..b05f26d3 100644 --- a/cinelerra-5.1/plugin_config +++ b/cinelerra-5.1/plugin_config @@ -47,7 +47,7 @@ wc: cat *.C *.h | wc $(OBJDIR)/%.o: %.C - $(CXX) `cat $(OBJDIR)/c_flags` '-DMSGQUAL="$*"' -c $< -o $@ + $(CXX) `cat $(OBJDIR)/c_flags` -DMSGQUAL=$* -c $< -o $@ val-%: @echo $($(subst val-,,$@))