summaryrefslogtreecommitdiffstats
path: root/rules/pre/get_alternative.make
blob: c24d44dd3985389af78b0bd36e50f6bb8ec03ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*-makefile-*-
#
# Copyright (C) 2012 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.
#

ptx/get-alternative = $(shell ptxd_get_alternative $(1) $(2) && echo $$ptxd_reply)
ptx/get_alternative = $(error ptx/get_alternative has been renamed to ptx/get-alternative)

ptx/in-path = $(shell ptxd_in_path $(1) $(2) && echo $$ptxd_reply)

# vim: syntax=make