defs.mk: Remove ./nomake from FIND_SUBDIRS

This commit is contained in:
Katrin Lindemann 2007-01-06 14:17:34 +00:00 committed by Jan Lindemann
commit d8d71a7ad6

View file

@ -19,7 +19,7 @@ CVS_ROOT_DIR = $(shell test -d CVS && pwd | sed -e "s%`cat CVS/Reposit
REV_SUBDIRS = $(shell echo $(SUBDIRS) | awk '{for (i=NF; i>=1; i--) printf ("%s ",$$i)}')
FRESH_CVSDIR = $(HOME)/local/src/cvs.fresh
ARCH = @ARCH@
FIND_SUBDIRS = $(filter-out . .. ./CVS $(addprefix ./,$(IGNORE_SUBDIRS)), $(shell find . -maxdepth 1 -type d))
FIND_SUBDIRS = $(filter-out . .. ./nomake ./CVS $(addprefix ./,$(IGNORE_SUBDIRS)), $(shell find . -maxdepth 1 -type d))
PROJECT_CAPNAME = $(shell echo $(PROJECT) | tr [a-z] [A-Z])