No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / ipsec-tools / rpm / Makefile.am
blobb01b2ef321403673cd9da7c89672d0181b5ff579
1 SUBDIRS = suse
3 EXTRA_DIST = \
4   ipsec-tools.spec.in
6 all-local: ipsec-tools.spec
8 ## We borrow guile's convention and use @-...-@ as the substitution
9 ## brackets here, instead of the usual @...@.  This prevents autoconf
10 ## from substituting the values directly into the left-hand sides of
11 ## the sed substitutions.  *sigh*
12 ipsec-tools.spec: ipsec-tools.spec.in Makefile
13         rm -f $@.tmp
14         sed < $< > $@.tmp \
15             -e 's:@-VERSION-@:${VERSION}:'
16         mv $@.tmp $@
18 CLEANFILES = ipsec-tools.spec