tmpl/tex/Makefile: Use standardized SUBDIRS = $(FIND_SUBDIRS)

This commit is contained in:
Jan Lindemann 2006-03-16 09:35:47 +00:00 committed by Jan Lindemann
commit 5235e2373c

View file

@ -1,5 +1,5 @@
MODDIR=..
SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "CVS\|nomake" | grep /)
SUBDIRS = $(FIND_SUBDIRS)
include $(MODDIR)/make/ytools.mk
include $(MODDIR)/make/dirs.mk