1# Time-stamp: <06/11/01 22:55:23 ptr>
2#
3# Copyright (c) 2006, 2007
4# Petr Ovtchenkov
5#
6# Licensed under the Academic Free License version 3.0
7#
8
9# Do the same target in all catalogs as arg
10define doinsubdirs
11$(foreach d,$(1),${MAKE} -C ${d} $@;)
12endef
13