From 5235e2373c0af7311b2086c876fe23df092c0d91 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 16 Mar 2006 09:35:47 +0000 Subject: [PATCH] tmpl/tex/Makefile: Use standardized SUBDIRS = $(FIND_SUBDIRS) --- tmpl/tex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/tex/Makefile b/tmpl/tex/Makefile index 754c2921..40c3d391 100644 --- a/tmpl/tex/Makefile +++ b/tmpl/tex/Makefile @@ -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