X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=5e77962a8567debb84477a6ee1710804bc94b687;hb=b060d0985c5a24506cf5c06276e440e4fe942e54;hp=1f4944f5287d2de819ba72525404d6184d297dff;hpb=5076750d784d8fc19a6462915ad76ae155b8ab39;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 1f4944f528..5e77962a85 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -132,13 +132,13 @@ CATALOGS = $(HELP_CATALOGS:lilypond=) $(builddir)/share/lilypond-force: # Preparing LilyPond tree for builddir exec - cd $(builddir) && rm -rf share lib - mkdir -p $(builddir)/share/lilypond + cd $(builddir) && rm -rf lib share mkdir -p $(builddir)/lib/lilypond + mkdir -p $(builddir)/share/lilypond mkdir -p $(builddir)/share/lilypond/fonts mkdir -p $(builddir)/share/lilypond/tex cd $(builddir)/lib/lilypond && \ - ln -s ../../python/$(outconfbase) python. + ln -s ../../python/$(outconfbase) python cd $(builddir)/share/lilypond && \ ln -s $(abs-srcdir)/ly ly && \ ln -s ../../mf/$(outconfbase) dvips && \