mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
tmpl/tex/Makefile: Use standardized SUBDIRS = $(FIND_SUBDIRS)
This commit is contained in:
parent
6ac400b30e
commit
5235e2373c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue