]> git.donarmstrong.com Git - lilypond.git/blobdiff - ports/ports.make
''
[lilypond.git] / ports / ports.make
index d02bca27bbd546407c718463cdedfb43390034be..6e0b84c3c564004d27bf00d0a1b202c1d308fc2b 100644 (file)
@@ -19,7 +19,7 @@ make-root?=$(wildcard /usr/local/share/lilypond/make)
 # make-root=<LilyPond's datadir>/make
 
 ifeq ($(SUBDIRS),)
-SUBDIRS = $(filter-out .,$(shell find . -maxdepth 1 -type d -not -name 'out*'))
+SUBDIRS = $(filter-out .,$(shell find . -maxdepth 1 -type d -not -name 'out*' -and -not -name 'CVS'))
 endif
 
 ifneq ($(make-root),)