diff options
author | Julien Rioux <julien.rioux@gmail.com> | 2013-07-16 23:32:56 +0200 |
---|---|---|
committer | Julien Rioux <jrioux@physics.utoronto.ca> | 2013-07-24 17:26:14 -0400 |
commit | 10218a6a784ad4d48a64a9bee1e391d64621d8fc (patch) | |
tree | ab8f3b25bb32e5b6689d995afdfdccbf277279f9 /make | |
parent | 039992242fc9a9c004329b786c08f66e6a0600e1 (diff) |
Fix *ly/*.scm typo.
Diffstat (limited to 'make')
-rw-r--r-- | make/ly-vars.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/ly-vars.make b/make/ly-vars.make index 4757ad8b57..e60159ab08 100644 --- a/make/ly-vars.make +++ b/make/ly-vars.make @@ -14,6 +14,6 @@ TEXINFO_SOURCES += $(TELY_FILES) $(ITELY_FILES) $(ITEXI_FILES) # prerequisites for all rules invoking compiled lilypond binary ifeq ($(LILYPOND_EXTERNAL_BINARY),) -INIT_LY_SOURCES = $(wildcard $(top-src-dir)/scm/*.scm) -SCHEME_SOURCES = $(wildcard $(top-src-dir)/ly/*.ly) +INIT_LY_SOURCES = $(wildcard $(top-src-dir)/ly/*.ly) +SCHEME_SOURCES = $(wildcard $(top-src-dir)/scm/*.scm) endif |