aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-07-25 16:15:18 -0700
committerBen Pfaff <blp@nicira.com>2011-07-25 16:15:18 -0700
commitcbaa4ffe9b72904a7dad8ba23fa13cf2783b26c9 (patch)
tree7984d8cc8dd16b0dc77c01ba52ed7bcaff9bfd56 /Makefile.am
parent3e42dfdc39de77a408afc4f812e01d9be5ceda66 (diff)
rhel: Fix use of $< in ordinary Make rules.
POSIX only allows $< in inference rules, so avoid it for these target rules. Also, add a header to the generated spec files to remind developers that they are generated.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5e449d6d..91218e14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,6 +82,7 @@ EXTRA_DIST += \
soexpand.pl
ro_c = echo '/* -*- mode: c; buffer-read-only: t -*- */'
+ro_shell = printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n'
SUFFIXES += .in
.in: