summaryrefslogtreecommitdiffstats
path: root/rules/pre/autogen.make
blob: 584d140d604fd87ee94d43500f6408d0f6c057e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*-makefile-*-
#
# Copyright (C) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

autogen_dep = $(strip $(wildcard						\
	$(foreach dir,$(subst :,/$(strip $(1))$(space),$(PTXDIST_PATH_PATCHES)),\
		$(dir)/generic/autogen.sh $(dir)/autogen.sh)))

$(STATEDIR)/autogen-tools:
	@$(call targetinfo)
	@$(call touch)

# vim: syntax=make