Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[deliverable/linux.git] / arch / sh / tools / Makefile
CommitLineData
1da177e4
LT
1#
2# arch/sh/tools/Makefile
3#
4# Copyright (C) 2003 Paul Mundt
5#
6# This file is subject to the terms and conditions of the GNU General Public
7# License. See the file "COPYING" in the main directory of this archive
8# for more details.
9#
10# Shamelessly cloned from ARM.
11#
12
3252b11f 13include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
1da177e4 14 @echo ' Generating $@'
3252b11f 15 $(Q)mkdir -p $(dir $@)
07105202 16 $(Q)LC_ALL=C $(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
This page took 0.698918 seconds and 5 git commands to generate.