diff options
author | Francisco Vila <francisco.vila@hispalinux.es> | 2011-01-31 16:53:16 +0100 |
---|---|---|
committer | Francisco Vila <francisco.vila@hispalinux.es> | 2011-02-01 20:02:10 +0100 |
commit | c58b9bd118958423656e674c25d940cdec71f58a (patch) | |
tree | 0044e3a967cb26f7bbd141d9be9e0dd8c120560f /scm/GNUmakefile | |
parent | 4c67a449e01a229165a8fd5f26c06cb90ba97346 (diff) |
Build: end directories in their bare names and avoid some double slashes in logs.
Diffstat (limited to 'scm/GNUmakefile')
-rw-r--r-- | scm/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scm/GNUmakefile b/scm/GNUmakefile index d3f055f77f..0c1965293a 100644 --- a/scm/GNUmakefile +++ b/scm/GNUmakefile @@ -2,7 +2,7 @@ depth = .. -INSTALLATION_DIR=$(local_lilypond_datadir)/scm/ +INSTALLATION_DIR=$(local_lilypond_datadir)/scm INSTALLATION_FILES=$(SCM_FILES) XGETTEXT_FLAGS = --language=Scheme |